Skip to content

Commit 22fbfa1

Browse files
authored
Update Remove-MailUser.md
mention correct name of property - ExternalDirectoryObjectId
1 parent 393205a commit 22fbfa1

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)