Hi All,
Yesterday a new Version of the “Microsoft Defender for Office 365 Recommended Configuration Analyzer” (ORCA) PowerShell Module has been released.
PowerShell Gallery ORCA 2.6 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource ORCA -Scope AllUsers Find-PSResource ORCA Uninstall the old Module and install the newest Version.
Uninstall-PSResource ORCA -Scope AllUsers Install-PSResource ORCA -Scope AllUsers Get-InstalledPSResource ORCA -Scope AllUsers You can run Get-OrcaReport without first connect to ExchangeOnline and Security and Compliance.
Hi All,
Just a few Days ago, Microsoft has released the Version 2.9.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
It seems that once again the PowerShell Gallery Download Statistics don’t work.
PowerShell Gallery Microsoft.Graph 2.9.0 PowerShell Gallery Microsoft.Graph.Beta 2.9.0 Read more in the Release Notes
Refreshes the SDK with the latest APIs Fixes escaping of filter values with displayName Fixes interactive browser credentials error Fixes Invalid JWT token using a personal account I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Convert Synced Account to Cloud Only When we look at the User Object the Value of “On-premises sync enabled” is now set to Yes
First we need to capture the ObjectID of the Entra ID User Object
Connect-MgGraph -Scope User.ReadWrite.All -NoWelcome Get-MgUser -UserId TestSharedMailbox@icewolf.ch $DirectoryObjectId = (Get-MgUser -UserId TestSharedMailbox@icewolf.ch).id $DirectoryObjectId Connect-ExchangeOnline -ShowBanner:$false Get-Mailbox TestSharedMailbox@icewolf.ch | ft UserPrincipalName, DisplayName, RecipientTypeDetails Move the User Object to an Active Directory OU that is not in the Sync Scope
Hi All,
Today i have noticed that there is a new Product that is available for SelfService Purchase. As always i disable it for SelfService Purchase.
Connect-MSCommerce There is a new Product, that can be disabled
CFQ7TTC0N8SS AllowSelfServicePurchase Microsoft ClipChamp Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Update-MSCommerceProductPolicy -PolicyId AllowSelfServicePurchase -ProductId CFQ7TTC0N8SS -Enabled $false Get-MSCommerceProductPolicies -PolicyId AllowSelfServicePurchase Regards
Andres Bohren
M365 Logo
PowerShell Logo
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.2
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Find-PSResource MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
Hi All,
Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the installed Version and what is available from the PowerShell Gallery
Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Hi All,
Yesterday a new Version of the MSIdentityTools PowerShell Module has been released to the PowerShell Gallery.
PSGallery MSIdentityTools 2.0.44 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
Get-InstalledPSResource MSIdentityTools -Scope AllUsers Find-PSResource MSIdentityTools Uninstall the old version of the PowerShell Module and install the current version
Uninstall-PSResource MSIdentityTools -Scope AllUsers Install-PSResource MSIdentityTools -Scope AllUsers Get-InstalledPSResource MSIdentityTools -Scope AllUsers List all the Commands from the Module
Hi All,
Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed.
PowerShell Gallery MSOnline 1.1.183.81 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024.
What’s deprecated in Microsoft Entra ID? I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available.
You can Download it from here: v7.3.9 Release of PowerShell
Release notes:
Bump .NET 7 to version 7.0.403 Use correct agent pool for downloading from Azure blob Remove a timeout value from ADO pipeline stage to resolve a syntax issue Update .NET 7 and manifests Add SBOM for release pipeline Increase timeout when publishing packages to pacakages.
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.1
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Checking the Missing Command