Skip to content

Commit c3a2172

Browse files
committed
Consistency updates for RemotePowerShellEnabled param
1 parent 0e7117f commit c3a2172

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

exchange/exchange-ps/exchange/New-MailUser.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,14 @@ Accept wildcard characters: False
738738
```
739739

740740
### -RemotePowerShellEnabled
741-
The RemotePowerShellEnabled parameter specifies whether the user can connect to Exchange using remote PowerShell. Remote PowerShell is required to open the Exchange Management Shell on Exchange servers, or to use Windows PowerShell open and import a remote PowerShell session to Exchange. Access to remote PowerShell is required even if you're trying to open the Exchange Management Shell on the local Exchange server. Valid values are:
741+
The RemotePowerShellEnabled parameter specifies whether the user has access to Exchange PowerShell. Valid values are:
742742

743-
- $true: The user can use remote PowerShell. This is the default value.
744-
- $false: The user can't use remote PowerShell.
743+
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC). This is the default value.
744+
- $false: The user has doesn't have access to Exchange Online PowerShell, the Exchange Management Shell, or the EAC.
745+
746+
Access to Exchange PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
747+
748+
A user's experience in any of these management interfaces is still controlled by the role-based access control (RBAC) permissions that are assigned to them.
745749

746750
```yaml
747751
Type: Boolean

exchange/exchange-ps/exchange/New-Mailbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,12 +1907,12 @@ Accept wildcard characters: False
19071907
```
19081908

19091909
### -RemotePowerShellEnabled
1910-
The RemotePowerShellEnabled parameter specifies whether the user has access to remote PowerShell. Valid values are:
1910+
The RemotePowerShellEnabled parameter specifies whether the user has access to Exchange PowerShell. Valid values are:
19111911

19121912
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC). This is the default value.
19131913
- $false: The user has doesn't have access to Exchange Online PowerShell, the Exchange Management Shell, or the EAC.
19141914

1915-
Access to remote PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
1915+
Access to Exchange PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
19161916

19171917
A user's experience in any of these management interfaces is still controlled by the role-based access control (RBAC) permissions that are assigned to them.
19181918

exchange/exchange-ps/exchange/New-RemoteMailbox.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,14 @@ Accept wildcard characters: False
622622
```
623623

624624
### -RemotePowerShellEnabled
625-
The RemotePowerShellEnabled parameter specifies whether the user can connect to Exchange using remote PowerShell. Remote PowerShell is required to open the Exchange Management Shell on Exchange servers, or to use Windows PowerShell open and import a remote PowerShell session to Exchange. Access to remote PowerShell is required even if you're trying to open the Exchange Management Shell on the local Exchange server. Valid values are:
625+
The RemotePowerShellEnabled parameter specifies whether the user has access to Exchange PowerShell. Valid values are:
626626

627-
- $true: The user can use remote PowerShell. This is the default value.
628-
- $false: The user can't use remote PowerShell.
627+
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC). This is the default value.
628+
- $false: The user has doesn't have access to Exchange Online PowerShell, the Exchange Management Shell, or the EAC.
629+
630+
Access to Exchange PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
631+
632+
A user's experience in any of these management interfaces is still controlled by the role-based access control (RBAC) permissions that are assigned to them.
629633

630634
```yaml
631635
Type: Boolean

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,15 +1017,19 @@ Accept wildcard characters: False
10171017
```
10181018

10191019
### -RemotePowerShellEnabled
1020-
**Note**: This parameter is being deprecated in cloud-based environments. In cloud-based environments, use the EXOModuleEnabled parameter instead.
1020+
**Note**: In cloud-based environments, this parameter is being deprecated, so use the EXOModuleEnabled parameter instead.
10211021

1022-
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:
1022+
The RemotePowerShellEnabled parameter specifies whether the user has access to Exchange PowerShell. Valid values are:
10231023

1024-
- $true: The user has access to remote PowerShell.
1025-
- $false: The user doesn't have access to remote PowerShell.
1024+
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC).
1025+
- $false: The user has doesn't have access to Exchange Online PowerShell, the Exchange Management Shell, or the EAC.
10261026

10271027
The default value depends on the management roles that are assigned to the user.
10281028

1029+
Access to Exchange PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
1030+
1031+
A user's experience in any of these management interfaces is still controlled by the role-based access control (RBAC) permissions that are assigned to them.
1032+
10291033
```yaml
10301034
Type: Boolean
10311035
Parameter Sets: (All)

0 commit comments

Comments
 (0)