Changes for page ews

Last modified by Rudi Marais on 2023/05/22 23:50

<
From version < 1.3 >
edited by Rudi Marais
on 2022/11/24 14:21
To version < 2.1 >
edited by Rudi Marais
on 2023/01/27 08:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,24 @@
1 1  [[Limiting application permissions to specific Exchange Online mailboxes - Microsoft Graph ~| Microsoft Learn>>url:https://learn.microsoft.com/en-us/graph/auth-limit-mailbox-access]]
2 2  
3 3  
4 +{{code language="powershell"}}
4 4  Install-Module ExchangeOnlineManagement
5 5  
6 - Connect-ExchangeOnline
7 +Import-Module ExchangeOnlineManagement
7 7  
9 +Connect-ExchangeOnline
10 +{{/code}}
8 8  
9 9  
13 +
10 10  [[image:image-20221124160854-1.png]]
11 11  
12 12  
13 -
17 +{{code language="powershell"}}
18 +New-ApplicationAccessPolicy -AppId a0a9b369-4e2b-4648-a8bc-aa45922d9cf4 -PolicyScopeGroupId mail@ebsphere.com -AccessRight RestrictAccess -Description "Restrict this app to Mail"
19 +
20 +
21 +Test-ApplicationAccessPolicy -Identity mail@ebsphere.com -AppId a0a9b369-4e2b-4648-a8bc-aa45922d9cf4
22 +{{/code}}
23 +
24 +

Need help?

If you need help with XWiki you can contact: