#### Install the AIPService Module - requires WindowsInstall-Module-NameAIPService#### Lists commands in the moduleGet-Command-ModuleAIPService#### Connects to the serviceConnect-AipService#### Is it enabled or disabledGet-AipService#### Configure AIP to point at group & also require license$group=Get-AzADGroup-DisplayName"_test aip user group"Set-AipServiceOnboardingControlPolicy-UseRmsUserLicense$True-SecurityGroupObjectId$group.id-ScopeAll#### Enable ServiceEnable-AipService