It’s possible to use PowerShell to create a report detailing the SharePoint Online site URLs used with Teams. My first attempt used the Exchange Online module, but is the Graph any faster? As it turns out, not really. At least, not for interactive sessions using the Microsoft Graph Power...
Discord username (optional) mandel Describe the bug One of the uses cases is to allow developers that are not happy with zsh to change to a different shell. This can be rolling back to bash w(hich was the original default Mac OS X termin...
18.Sessions: remote control, with less work Read in liveBook 19.From command to script to function Read in liveBook 20.Adding logic and loops Read in liveBook 21.Creating your own "cmdlets" and modules Read in liveBook 22.Trapping and handling errors ...
Hi, I have a development tenant where I am SharePoint Administrator. I want to create some site columns, content types and lists, on a specific site, so I am using PnP PowerShell. When I run t... to duarte_Aguiar Nov 24, 2022 Hi everyone, I asked this que...
An article last week discussed how to create SharePoint lists with the PnP.PowerShell module. In this article, we do the same with cmdlets from the Microsoft Graph PowerShell SDK. The results achieved with the Graph SDK aren’t as good as those gained with PnP.PowerShell. Some of the SD...
So a couple of the assumptions here which I should have made clear when I wrote this - when we are writing the scripts we aren't always writing them somewhere with SharePoint installed. It's a big beefy product that won't run well inside a VM on my...
7 Find-Module -Name azure | Install-Module Using theGet-Historycommand allows you to narrow down the command you're looking for by querying for a specific ID or, more likely, by the actual command. For instance, maybe you know you did something with an Azure cmdlet a while back but can...
Can't use Install-Windowsfeature with the -Source property to install .Net 3.5 Cannot access network share in a pssession Cannot access the local farm. Verify that the local farm is properly configured, currently available, and that you have the appropriate permissions to access the database bef...
The Token has an expiration time from now to 180 days – which is also the maximum, so every 180 days you should rework this package. If you do want to have a shorter date, maybe from now to 90 days, it can be realized with: ...
Great article. It helps me in improving Disaster Recovery for our SharePoint enterprise infrastructure. Many thanks for sharing. -T.s Anonymous January 01, 2003 Thanks, PowerComp, for your detailed script example! Fantastic work! :-) Anonymous ...