Hi All,
Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) mid December. It’s for download only, so no Automatic Update.
Microsoft Entra Connect: Version release history Microsoft Entra Connect: Automatic upgrade https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-install-automatic-upgrade
Start the event viewer and look in the Application eventlog. Add an eventlog filter for the source Microsoft Entra Connect Upgrade and the event ID range 300-399.
It’s still a bit a mess with the Product Names.
Hi All,
A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24614.12000 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in 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,
Today Microsoft has released the Version 2.15.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.15.0 PowerShell Gallery Microsoft.Graph.Beta 2.15.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds an optional -RHV parameter that will assign response headers to a variable (Value provided to the optional RHV parameter) I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.0.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 6.0.0
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 Some basic testing
Hi All,
Today Microsoft has released the Version 2.14.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. It resolves the issue with the additional ResponseHeaders, that caused many Problems in 2.13.1 and 2.14.0.
PowerShell Gallery Microsoft.Graph 2.14.1 PowerShell Gallery Microsoft.Graph.Beta 2.14.1 Release Notes
Removes second response header object as reported I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.
Hi All,
Today Microsoft has released the Version 2.14.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.14.0 PowerShell Gallery Microsoft.Graph.Beta 2.14.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update in #2590 Changing policy scope type in preapproval cmdlets I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.
Hi All,
A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24524.12000 PowerShell Module.
PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in 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 major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 11.3.1 The Release Notes have not been updated yet
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,
Today Microsoft has released the Version 2.13.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.13.1 PowerShell Gallery Microsoft.Graph.Beta 2.13.1 Release Notes
Patch Release. Ensures that -Header parameter is not mandatory I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.Graph Find-PSResource Microsoft.Graph.Beta Uninstalling the old Microsoft.Graph Modules
Hi All,
Today Microsoft has released the Version 2.13.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.13.0 PowerShell Gallery Microsoft.Graph.Beta 2.13.0 Read more in the 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 Microsoft.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.Graph.Beta -Scope AllUsers Find-PSResource Microsoft.Graph Find-PSResource Microsoft.Graph.Beta Uninstalling the old Microsoft.Graph Modules
Get-InstalledPSResource Microsoft.Graph -Scope AllUsers -ErrorAction SilentlyContinue | Uninstall-PSResource -Scope AllUsers -SkipDependencyCheck Get-InstalledPSResource Microsoft.