Skip to content

Commit 0675e93

Browse files
authored
Update control-remote-powershell-access-to-exchange-servers.md
Typo fixes per Issue #1495
1 parent 45587e7 commit 0675e93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/docs-conceptual/exchange-server/control-remote-powershell-access-to-exchange-servers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For additional management tasks related to remote PowerShell, see [Connect to Ex
3333
3434
## Use the Exchange Management Shell to enable or disable remote PowerShell access for a user
3535

36-
This example disable remote PowerShell access for the user named Therese Lindqvist.
36+
This example disables remote PowerShell access for the user named Therese Lindqvist.
3737

3838
```
3939
Set-User "Therese Lindqvist" -RemotePowerShellEnabled $false
@@ -42,7 +42,7 @@ Set-User "Therese Lindqvist" -RemotePowerShellEnabled $false
4242
This example enables remote PowerShell access for the user named Sirirat Kitjakarn.
4343

4444
```
45-
Set-User "Sirirat Kitjakarn" -RemotePowerShellEnabled $false
45+
Set-User "Sirirat Kitjakarn" -RemotePowerShellEnabled $true
4646
```
4747

4848
## Use the Exchange Management Shell to disable remote PowerShell access for many users
@@ -135,4 +135,4 @@ To display only those users who have access to remote PowerShell, run the follow
135135

136136
```
137137
Get-User -ResultSize unlimited -Filter {RemotePowerShellEnabled -eq $true}
138-
```
138+
```

0 commit comments

Comments
 (0)