Hi All,
Yesterday the PowerShell 7.4 has been released after the .Net 8 Release as the next Long Term Support (LTS) Version for PowerShell.
Annoucnement on Microsoft DevBlog PowerShell 7.4 General Availability If you start the PowerShell 7 you will see the Information there too
Release Notes v7.4.0 Release of PowerShell
Add internal .NET SDK URL parameter to release pipeline Update the CGManifest file for v7.4.0 release Fix repository root for the nuget.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.8.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.8.0
Read more details in the Release Notes. It’s more or less what has been tested out in 5.7.2-Preview.
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
Hi All,
Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 11.0.0 A lot of news in the Release Notes
Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules
Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
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