Skip to content

Commit 0e64d1d

Browse files
Update Set-User.md
Adding description of -EXOModuleEnabled parameter and modifying description of -RemotePowerShell Enabled parameter
1 parent 778bbe6 commit 0e64d1d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

exchange/exchange-ps/exchange/Set-User.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,12 @@ Accept wildcard characters: False
453453
### -EXOModuleEnabled
454454
This parameter is available only in the cloud-based service.
455455

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.
457462

458463
```yaml
459464
Type: Boolean
@@ -1017,6 +1022,8 @@ The RemotePowerShellEnabled parameter specifies whether the user has access to r
10171022

10181023
The default value depends on the management roles that are assigned to the user.
10191024

1025+
This parameter will be soon deprecated in Exchange Online and users should switch to the EXOModuleEnabled parameter, which offers same functionality.
1026+
10201027
```yaml
10211028
Type: Boolean
10221029
Parameter Sets: (All)

0 commit comments

Comments
 (0)