POWERSHELL

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 Release Notes 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 "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ.

ExchangeOnlineManagement 3.2.0-Preview3 released

Andres Bohren
Hi All, Yesterday Microsoft has released the ExchangeOnlineManagement 3.2.0-Preview3 to PowerShell Gallery. ExchangeOnlineManagement 3.2.0-Preview3 Release Notes v3.2.0-Preview3: Bug fixes in Disconnect-ExchangeOnline. Bug fixes in Set-DefaultTenantMyAnalyticsFeatureConfig. Preview of REST based cmdlets for SCC powershell: Added UseRPSSession parameter to Connect-IPPSSession Let’s check what Module is installed and whats available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement -AllVersions Find-Module ExchangeOnlineManagement -AllowPrerelease Now let’s uninistall the old Preview2 Module and install Preview3 Uninstall-Module ExchangeOnlineManagement -AllowPrerelease -Force Install-Module ExchangeOnlineManagement -AllowPrerelease -Force Get-InstalledModule ExchangeOnlineManagement -AllVersions Now you can use finally use REST Based Connection for Security and Compliance.

AIPService PowerShell Module 2.0.0.3 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has release a new Version of the AIPService PowerShell Module to the PowerShell Gallery. AIPService 2.0.0.3 https://www.powershellgallery.com/packages/AIPService/2.0.0.3 AIPService on Microsoft Learn https://learn.microsoft.com/en-us/powershell/module/aipservice/?view=azureipps Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule AIPService Find-Module AIPService Uninstall the old PowerShell Module and install the newest one Uninstall-Module AIPService Install-Module AIPService Get-Installed Module AIPService To connect use this Command Connect-AadrmService Let’s check if it is enabled

Microsoft.Graph PowerShell Module 1.27.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.27.0 Release Notes Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.

Azure PowerShell Module Az 9.7.0 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.0 AZ Release Notes 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 "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ.* Modules Get-InstalledModule AZ.\* Regards Andres Bohren

Microsoft 365 Defender Advanced Hunting with PowerShell

Andres Bohren
Hi All, You might already know, that i am a big Fan of Defender for Office 365 Advanced Hunting. It’s easy and fast to analyze the last 30 Days of your Messaging Logs. Defender for Office 365 Advanced Hunting I’ve published some of the KQL Querys in my GitHub Repo You can find Advanced Hunting it in de Microsoft 365 Defender Portal To Access these Querys with PowerShell we need to have an Azure Active Directory Application

Microsoft.Graph PowerShell Module 1.26.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.26.0 Microsoft Graph PowerShell Release Notes Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until “Cleanup finished” is shown.

MicrosoftTeams PowerShell Module 5.1.1 released as Preview

Andres Bohren
Hi All, Today Microsoft has released the Version 5.1.1-Preview of the MicrosoftTeams PowerShell Module to PowerShell Gallery. MicrosoftTeams 5.1.1-preview The official Link for the Release Notes is not yet up to date Release Notes Check installed Module and what’s available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease I’ll install the Prerelease Module Side by Side with the current Module therefore i need to use the -Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams -AllVersions Let’s test it out