Skip to content

Commit d59d6a7

Browse files
authored
Merge pull request MicrosoftDocs#11706 from Sjeff/patch-1
removed . in Powershell Example 4
2 parents 10708f0 + fc9dc7e commit d59d6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Remove-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In on-premises Exchange, this example removes John Rodman's mailbox from the mai
109109

110110
### Example 4
111111
```powershell
112-
Get-Mailbox -Identity Laura -SoftDeletedMailbox | Remove-Mailbox -PermanentlyDelete.
112+
Get-Mailbox -Identity Laura -SoftDeletedMailbox | Remove-Mailbox -PermanentlyDelete
113113
```
114114

115115
In Exchange Online, this example removes the specified soft-deleted mailbox.

0 commit comments

Comments
 (0)