You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Exchange Online, this example results in meeting updates being auto-processed (meeting update messages aren't visible in attendee Inbox folders) except any changes to meeting location, subject and body as well as any property changes within 15 minutes of the meeting start time.
This parameter is available only in the cloud-based service.
2592
+
2593
+
The EwsAllowedAppIDs parameter specifies the Azure AD applications that are allowed to access Exchange Web Services (EWS) when the EwsEnabled parameter on this cmdlet is also set to the value $true. Unspecified applications are blocked from accessing EWS. You identify each application by its Azure AD application ID (GUID).
2594
+
2595
+
- When EwsEnabled is $true, only applications specified by this parameter can access EWS.
2596
+
- When EwsEnabled is $false, all EWS access is blocked regardless of this parameter.
2597
+
- When EwsEnabled is blank ($null; not configured), this parameter has no effect.
2598
+
2599
+
To specify multiple values, use a comma-separated list of GUIDs: `"AppId1,AppId2,...AppIdN"`.
2600
+
2601
+
To remove all allowed app IDs and stop restricting access by app ID, use the value `$null` for this parameter.
2602
+
2603
+
**Note**: This parameter applies only to direct EWS (SOAP) connections. It doesn't affect requests from the Microsoft Graph API or the REST endpoint.
0 commit comments