Sep 11 2024 07:26 AM
Hello everyone,
Please is anyone able to connect to the aip service using powershell version 5.5 and above?
Even after installing and importing the aip service module, the connect-aipservice failed to work with all its parameters.
However, creating and publishing sensitivity label policy is working.
Thanks.
Sep 11 2024 08:34 AM
Sep 11 2024 09:45 AM
Sep 11 2024 05:03 PM
Can confirm the follow steps:
Install-Module -Name AzureInformationProtection
Import-Module -Name AzureInformationProtection
$PSVersionTable.PSVersion (version 5.1 or later)
Connect-AipService -Credential (Get-Credential)
Sep 11 2024 09:56 PM
Hi all,
Issue persisted should the authenticating account be licensed?
Thanks
Sep 11 2024 10:30 PM
Sep 11 2024 10:43 PM
Interestingly, when I attempted to install the PurviewInformationProtection module from Powershell, no such module was found, then upon searching the PowerShell gallery, I got the same outcome. PS versions 5.1 and 7.4.5 were attempted.
Thanks