POWERSHELL

PowerShell Module Microsoft.Online.SharePoint.PowerShell 6.0.23814.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 6.0.23814.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23814.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
PowerShell v7.3.5 released

PowerShell v7.3.5 released

Andres Bohren
Hi All, Today i’ve seen that there is a new Version of PowerShell 7 available. If you look at the Release Notes of PowerShell v7.3.5 you can see that it’s now useing .NET 7.0.305 After downloading the MSI you can run the installation I always activate “Enable PowerShell remoting” After you start PowerShell you can check the Version with the command below get-host Regards Andres Bohren PowerShell Logo
ExchangeOnlineManagement 3.2.0 released as GA

ExchangeOnlineManagement 3.2.0 released as GA

Andres Bohren
Hi All, Yesterday Microsoft has released ExchangeOnlineManagemen 3.2.0 PowerShell Module to the PowerShell Gallery. PowerShell Gallery ExchangeOnlineManagement 3.2.0 Here are the Release Notes First, let’s check what we have installed and what is available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement I had to uninstall the ExchangeOnlineManagement with the Force Parameter, because i have dependend Modules. Let’s uninstall 3.1.0 and 3.2.0-Preview4 Modules - then install the newest Module from the PowerShell Gallery.
MicrosoftTeams PowerShell Module 5.3.0 released as GA

MicrosoftTeams PowerShell Module 5.3.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.3.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.3.0 Read more details in the Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams -AllVersions Some Basic testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity a.bohren@icewolf.ch Get-Team Get-CsOnlineUser -Identity a.
Microsoft.Graph PowerShell Module 2.0.0-rc3 released

Microsoft.Graph PowerShell Module 2.0.0-rc3 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released Microsoft.Graph 2.0.0-rce PowerShell Modules to the PowerShell Gallery. PowerShell Gallery Microsoft.Graph 2.0.0-rc3 Release notes Let’s check what is installed and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Graph -AllVersions Find-Module Microsoft.Graph -AllowPrerelease We need to list the Microsof.Graph Version 2.0.0 Modules Get-Module Microsoft.Graph* -ListAvailable | where {$_.Version -eq "2.0.0"} Uninstall the Microsoft.Graph Version 2.0.0 Modules - now only the 1.
MicrosoftTeams PowerShell Module 5.2.1 Preview

MicrosoftTeams PowerShell Module 5.2.1 Preview

Andres Bohren
Hi All, A few days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.2.1-Preview to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.2.1-preview Microsoft Teams PowerShell Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams -AllowPrerelease Get-InstalledModule MicrosoftTeams -AllVersions Some basic testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Tried a few of the new commandlets
Windows 11 22H2 Install Remote Server Administration Tool (RSAT) Feature

Windows 11 22H2 Install Remote Server Administration Tool (RSAT) Feature

Andres Bohren
Hi All, A while ago i did blog about how to add the Remote Server Administration Tools (RSAT) on Windows 10 with the GUI This time, i will show you how to install it on Windows 11 22H2 with PowerShell. Note that the PowerShell needs to be run elevated (As Administrator) Let’s query the installation status Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State To see the Names we need to use this command
ExchangeOnlineManagement 3.2.0-Preview4 released

ExchangeOnlineManagement 3.2.0-Preview4 released

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released ExchangeOnlineManagement-Preview4 Module to the PowerShell Gallery. PowerShell Gallery ExchangeOnlineManagement 3.2.0-Preview4 According to the Release notes First, let’s check what we have installed and what is available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement Ininstall Preview3 and install Preview4 I had to uninstall the ExchangeOnlineManagement with the Force Parameter, because i have dependend Modules. As i have already installed the regular Version of the Module, we need to use the Force Parameter for side by side installation.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 released

Andres Bohren
Hi All, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23710.12000 PowerShell Module to the PowerShell Gallery 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 old PowerShell Module and install the newest one. 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-SPOTenant | fl Regards Andres Bohren PowerShell Logo
Report AzureAD and MSOL with Azure LogAnalytics

Report AzureAD and MSOL with Azure LogAnalytics

Andres Bohren
Hi All, It’s not much more than a Month, until Azure AD (AzureAD) and MSOnline (MSOL) PowerShell Modules will be depreciated. Reference: Entra Changes Did you know that you can list the Usage of these PowerShells with AzureAD Workbooks Entra Portal > Montitoring & health > workbooks > Sign-ins Select Timerange “Last 30 days” and Apps “Azure Active Directory PowerShell” If you click on the LogAnalytics Icon you will jump to Azure LogAnalytics Workspace