AIPService PowerShell Module 2.0.0.3 released

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

AIPService on Microsoft Learn


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

Get-AipService



Regards
Andres Bohren