Skip to content

Commit b78c5f7

Browse files
authored
Merge pull request MicrosoftDocs#12429 from tudorh/patch-3
Update Remove-MailUser.md
2 parents b8ada9f + 5e799de commit b78c5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Remove-MailUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The PermanentlyDelete switch immediately and permanently deletes (purges) the ma
157157

158158
**Notes**:
159159

160-
- This switch works only on mail users that have already been deleted, but are still recoverable (known as soft-deleted mail-users), that also have a blank value for the ExternalObjectId property.
160+
- This switch works only on mail users that have already been deleted, but are still recoverable (known as soft-deleted mail-users) that also have a blank value for the ExternalDirectoryObjectId property.
161161
- Use the Get-MailUser cmdlet to identify the soft-deleted mail user, and then pipe the results to the Remove-MailUser cmdlet with this switch. For example, `Get-MailUser -Identity Laura -SoftDeletedMailUser | Remove-MailUser -PermanentlyDelete`.
162162

163163
```yaml

0 commit comments

Comments
 (0)