AZURE INFORMATION PROTECTION (AIP) overview


The following is general view for the Labels

Azure portal View

This is how it looks like

labels on office

How to connect to AIP module

Connect-AadrmService

how to connect to Azure Information protection PowerShell module
The PowerShell is Connected

This is how you classify the PDF

Classify and Protect from explorer View

PowerShell for Azure Portal Admin tasks

Install the module

Import-Module AzureInformationProtection

Gets the Azure Information Protection label and protection information for a specified file or files.

https://docs.microsoft.com/en-us/powershell/module/azureinformationprotection/get-aipfilestatus?view=azureipps

The following command to view the file status

Get-aipfilestatus

The following is how you get the label ID

Set-AIPFileLabel(you will need the label ID)

Sets or removes an Azure Information Protection label for a file, and sets the protection according to the label configuration.

The following is the permissions for labels

these are the permission used for labels


Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.