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
This parameter is available only in the cloud-based service.
455
455
456
-
{{ Fill EXOModuleEnabled Description }}
456
+
The EXOModuleEnabled parameter specifies whether the user has access to login and run cmdlets through EXO V3 module. EXO Module access is required to open the Exchange Management Shell or the Exchange admin center (EAC), even if you're trying to open the Exchange Management Shell or the EAC on the local Mailbox server. This parameter is a replacement for RemotePowerShellEnabled parameter that will be soon deprecated in Exchange Online. Valid values are:
457
+
458
+
- $true: The user has access to EXO Module.
459
+
- $false: The user doesn't have access to EXO Module.
460
+
461
+
The default value depends on the management roles that are assigned to the user.
457
462
458
463
```yaml
459
464
Type: Boolean
@@ -1017,6 +1022,8 @@ The RemotePowerShellEnabled parameter specifies whether the user has access to r
1017
1022
1018
1023
The default value depends on the management roles that are assigned to the user.
1019
1024
1025
+
This parameter will be soon deprecated in Exchange Online and users should switch to the EXOModuleEnabled parameter, which offers same functionality.
0 commit comments