Page History
...
- Depending on how you test the configuration you can either Import this file (the same way you did with the Export) on your local Computer or you put the XML into your OMA-URI Settings configuration in Endpointmanager (former Intune)
How you verify if the Rule is active on a Computer ?
- Open Powershell and issue the following command
...
Check if you see the correct and complete PublisherCondition String
How you verify if the TrueDEM Application is Allowed ?
- Open Powershell and issue the following command
(Note: Extract the msixbundle file so that you have the msix file of application available)
Code Block |
---|
Test-AppLockerPolicy -PolicyObject (Get-AppLockerPolicy -Effective) -Path "C:\<path>\Panagenda.OfficeExpertProd.Package_1.25.2.0_x64\Panagenda.OfficeExpertProd.Package_1.25.2.0_x64.msix" -User Everyone |
- Verifiy if you see Allowed in the output