PowerShell

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
Azure PowerShell Module Az 10.0.0 released

Azure PowerShell Module Az 10.0.0 released

Andres Bohren
Hi All, Just a few Minutes ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.6.0 As always the ChangeLog is full of updates 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. #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.
Microsoft.Graph PowerShell Module 2.0.0-rc1 released

Microsoft.Graph PowerShell Module 2.0.0-rc1 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of the Microsoft.Graph 2.x PowerShell Modules to the PowerShell Gallery. It’s the first Release Candidate - so i expect it to be GA in the next few Months. PowerShell Gallery Microsoft.Graph 2.0.0-rc1 Microsoft.Graph Release Notes If you have already installed Microsoft Graph Modules you need to use the -Force and -AllowClobber Parameter Get-InstalledModule Microsoft.Graph -AllVersions Find-Module Microsoft.Graph -AllowPrerelease Install-Module Microsoft.Graph -AllowPrerelease -Force -AllowClobber Get-InstalledModule Microsoft.
PowerShell Module AzureADPreview 2.0.2.181 has been released

PowerShell Module AzureADPreview 2.0.2.181 has been released

Andres Bohren
Hi All, I was very surprised to see that there is new AzureADPreview PowerShell Module in the PowerShell Gallery. The Module was last updated over a year ago. PowerShell Gallery AzureADPreview Due the retirement of AzureAD and MSOL PowerShell Modules i was not expecting to see any updates anymore https://aka.ms/entrachanges Let’s install the AzureADPreview PowerShell Module side by side with the old Module by using the -Force Parameter Get-InstalledModule AzureADPreview -AllVersions Find-Module AzureADPreview Install-Module AzureADPreview -Force Get-InstalledModule AzureADPreview -AllVersions Let’s check the count of the Commands in the old Module
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23612.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.23612.12000 released

Andres Bohren
Hi All, Yesterday, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.23612.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
Microsoft Teams Emergency Calling Switzerland

Microsoft Teams Emergency Calling Switzerland

Andres Bohren
Hi All, A few years ago, i’ve already covered Skype for Busines Location Information Service. Now i have done some Testing with Microsoft Teams - Manage emergency calling in Switzerland. It is based on this Manual from Sunrise Note from the Sunrise Manual: To make dynamic emergency call routing working, the correct “Housekey” is required for each of your location. The “Housekey” you can find in your Sunrise Business Portal, where you can manage your static emergency call routing (based on CallerID) or you search in the tables provided by Swiss Post Open Data Portal The “Housekey” is a unique identifier per building in Switzerland.

Azure PowerShell Module Az 9.7.1 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.1 https://www.powershellgallery.com/packages/az/9.7.1 Release Notes: https://github.com/Azure/azure-powershell/releases/tag/v9.7.1-May2023 9.7.1 - May 2023 Az.DesktopVirtualization 3.1.2 * Added breaking change warnings Az.Websites 2.15.1 * Used AAD Auth instead of Basic Auth for PublishAzureWebApps Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "