Tony Redmond
Tony Redmond
I have a working example of getting retention label information in https://github.com/12Knocksinna/Office365itpros/blob/master/Report-SPOFilesDocumentLibrary.PS1 (explained in this article https://practical365.com/sharepoint-online-files-report/).
Hi Merill, As it happens, that code isn't correct. Cutting code in a hotel lobby is probably not the best way to proceed. This code is better: Describe "RAEntraConfig" -Tag...
This is the version I eventually settled on. For whatever reason, the test always failed if it evaluated the $GroupCreationControl variable. Using its value to update the $TestResult variable and...
FWIW, to raise visibility. **_Microsoft Graph PowerShell SDK Runs into Choppy Waters_** A bunch of problems with V2.26 of the Microsoft Graph PowerShell SDK V2.26 make the software unusable. Not...
I upgraded to V2.26.1 and a very simple 7.2 runbook failed because of an invalid JWT token. I removed the V2.26 modules (Authentication and Users) from the automation account. I...
I tested with a different automation account (same Azure account) using V2.25 and PowerShell 7.2 and all worked properly.
Given that one Microsoft group has already reviewed and verified that the issue exists, why don't you simply transfer this problem to the API owner internally? I'm struggling to understand...
The release notes for SDK V2.26 https://github.com/microsoftgraph/msgraph-sdk-powershell/releases says that V2.26 Drops unsupported net 6 and net 7 in #3078 From: Stephan van Rooij ***@***.***> Sent: Friday, February 21, 2025 8:19...