Microsoft Security Group
Last updated
Was this helpful?
Was this helpful?
$GroupEmail = "dropzone-allowed-inboxes@mycompany.net"
New-ApplicationAccessPolicy -AppId $AppId `
-PolicyScopeGroupId $GroupEmail `
-AccessRight RestrictAccess `
-Description "Restricts Dropzone to specific inboxes only"```
* To test that Dropzone can only access the desired mailboxes, input the following code:
```Test-ApplicationAccessPolicy -AppId $AppId -Identity "allowed-mailbox@example.com"```
```Test-ApplicationAccessPolicy -AppId $AppId -Identity "any-other-mailbox@example.com"```
Allowed mailboxes should result in Granted, while denied mailboxes should return Denied
If you have any errors, engage your DropzoneAI support representative.