User Profile
TuaRes-IT
Copper Contributor
Joined May 28, 2020
User Widgets
Recent Discussions
Re: PowerShell connection from MacOS not working
PeterRising Indeed, Peter, I had the same problem, but at some point was informed by someone from PowerShell development that this is indeed not working. So, I made my Mac dual boot and installed a full Windows 10 using Bootcamp. Works perfect.42KViews1like0CommentsRe: Error due to language settings when using Flows to provision libraries/lists on SharePoint
MartinLaplante Thank you Martin! And as I was reading your post, I saw a link to an exposé by John Liu. As I see it, he proposes another way to add a new field of a list to a view: using the "AddToDefaultView'. Which, I guess, is 99% chance that it will be the "All items" view, whatever the language settings. Nice!Error due to language settings when using Flows to provision libraries/lists on SharePoint
I was trying to use Flows to provision a list on SharePoint. Which is a handy method if you want to make a PowerApp available for another tenant, or for a client. When I was orienting how to do it, I found various sources that showed how to do that (excellent examples provided by April Dunnam and AudrieGordon ). But the flows caused an error, which I really had not expected, but was very trivial: the views that you use in a SPO list or library are translated into the language locale you are working in. So for example, the default view of a list is 'All Items' in the English language locale, but it is "Alle Items" in the Dutch locale! Conclusion: be aware of this effect (and offer a solution) if you are going to develop an App that requires a list or Library and deploy the App by packaging a flow with it to set up a list or library!SolvedRe: PowerShell connection from MacOS not working
Hi Bikash Maharjan , I run into the same or at least similar problem. Let me first explain why I want to use PowerShell end then explain the problem that I ran into (similar to your problem). I don't have a PC, I work with a MacBookPro. What I want to do is setup scripts with help of PowerShell, to create Team sites with Teams plus a few dedicated Lists which I need to provide to customers in order to allow a PowerApp read/write data on that list. Using latest OSX, I wanted to set up PowerShell for MacOS. Following all provided information in Microsoft Help docs: - installed HomeBrew (succes), - installed PowerShell v 7 (succes) - imported various modules: Teams (Succes) AZ (Succes) Microsoft.Online.SharePoint.PowerShell (???). If I then run a get-help on 'connect*' I get: Connect-AzAccount from module Az.Accounts Connect-MicrosoftTeams from module MicrosoftTeams So, apparently, while there is no sign that the SPO module was not successfully imported, it is not possible to connect to SPO. Hence when I run (with the variables set to the correct values) "Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userCredential" I get the response: "Connect-SPOService: The term 'Connect-SPOService' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again." Now... what to do next? I already repeated the entire installation: no effect. So now I think about setting up PowerShell though Azure. Do you or anyone else have an idea how to do that? Help is much appreciated!42KViews0likes0Comments
Recent Blog Articles
No content to show