PowerShell

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23914.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23914.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23914.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
MicrosoftTeams PowerShell Module 5.5.0 released as GA

MicrosoftTeams PowerShell Module 5.5.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.5.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.5.0 Read more details in the Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Some basic testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards
Azure PowerShell Module Az 10.2.0 released

Azure PowerShell Module Az 10.2.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 10.2.0 As always, the ChangeLog is full of updates Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23912.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23912.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23912.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
Microsoft.Graph PowerShell Module 2.2.0 GA released

Microsoft.Graph PowerShell Module 2.2.0 GA released

Andres Bohren
Hi All, Two days ago, Microsoft has released the Version 2.2.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. I was hoping that they would release the Beta Modules on a diffrent Shedule. Maybe they will do that at a later point. For now, both Modules where updated and released with a fresh version. PowerShell Gallery Microsoft.Graph 2.2.0 Read more in the Release Notes Refreshes the SDK with the latest APIs. Adds support for /admin/people/* APIs Adds support for /sites/getAllSites* API Adds environment name to Get-MgContext output Show installed Versions and what’s available in PowerShell Gallery
PowerShell Module AzureADPreview 2.0.2.183 has been released

PowerShell Module AzureADPreview 2.0.2.183 has been released

Andres Bohren
Hi All, I was very surprised to see that there is new AzureADPreview PowerShell Module in the PowerShell Gallery. PowerShell Gallery AzureADPreview 2.0.2.183 Let’s check what is installed and what is available from the PowerShell Gallery Get-InstalledModule AzureADPreview Find-Module AzureADPreview Let’s check the count of the Commands in the old Module Get-Command -Module AzureADPreview | measure Uninstall the old Module and install the new Module Uninstall-Module AzureADPreview Install-Module AzureADPreview Get-InstalledModule AzureADPreview Let’s check the count of the Commands in the new Module.
Microsoft.Graph PowerShell Module 2.1.0 GA released

Microsoft.Graph PowerShell Module 2.1.0 GA released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.1.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. I was hoping that they would release the Beta Modules on a diffrent Shedule. Maybe they will do that at a later point. For now, both Modules where updated and released with a fresh version. PowerShell Gallery Microsoft.Graph 2.1.0 Read more in the Release Notes Refreshes the SDK with the latest APIs. Fixes assembly conflicts with Az module in PowerShell 5.
MicrosoftTeams PowerShell Module 5.4.0 released as GA

MicrosoftTeams PowerShell Module 5.4.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.4.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.4.0 Read more details in the Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Some basic testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity a.bohren@icewolf.ch New Attribute “Assignment Category” at Get-CsPhoneNumberAssignment
PowerShell v7.3.6 released

PowerShell v7.3.6 released

Andres Bohren
Hi All, Today i noticed, that there is a new Version of PowerShell 7 PowerShell 7 on GitHub v7.3.6 Release of PowerShell Bump .NET to 7.0.306 I’ve downloaded the MSI for x64. Here are the Screenshots of the Installation I always tick “Enable PowerShell remoting” Newest PowerShell 7 is installed 😁 get-host Regards Andres Bohren PowerShell Logo
Change UPN in AzureAD with Microsoft Graph

Change UPN in AzureAD with Microsoft Graph

Andres Bohren
Hi All, If “synchronizeUpnForManagedUsersEnabled” is enabled in the Directory Synchronization Features, the UPN of a synchronized Account wil be transferred to Azure AD, as long it is a registered Domain in Azure AD. Sometimes you get into the Situation where you need to change the UPN Suffik of a synchronized Object. In this Article i’ll show you how to change the UPN in AzureAD with PowerShell. Active Directory As an Example i have a user with an UPN Suffix that is not a registered Domain in AzureAD