Skip to content

Commit c007276

Browse files
authored
Update Set-User.md
1 parent 0e64d1d commit c007276

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

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

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:
456+
The EXOModuleEnabled parameter specifies whether the user can connect to Exchange Online PowerShell in Microsoft 365 organizations using the Exchange Online PowerShell V3 module. Valid values are:
457457

458-
- $true: The user has access to EXO Module.
459-
- $false: The user doesn't have access to EXO Module.
458+
- $true: The user can connect to Exchange Online PowerShell.
459+
- $false: The user can't connect to Exchange Online PowerShell.
460460

461461
The default value depends on the management roles that are assigned to the user.
462462

463+
Access to Exchange Online PowerShell is also required for other features (for example, the ability to open the Exchange admin center (EAC)).
464+
463465
```yaml
464466
Type: Boolean
465467
Parameter Sets: (All)
@@ -1015,15 +1017,15 @@ Accept wildcard characters: False
10151017
```
10161018

10171019
### -RemotePowerShellEnabled
1020+
**Note**: This parameter is being deprecated in cloud-based environments. In cloud-based environments, use the EXOModuleEnabled parameter instead.
1021+
10181022
The RemotePowerShellEnabled parameter specifies whether the user has access to remote PowerShell. Remote PowerShell 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. Valid values are:
10191023

10201024
- $true: The user has access to remote PowerShell.
10211025
- $false: The user doesn't have access to remote PowerShell.
10221026

10231027
The default value depends on the management roles that are assigned to the user.
10241028

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

0 commit comments

Comments
 (0)