Skip to content

Commit e2249f6

Browse files
committed
Update Get-MailboxExtendedProperty.md
1 parent 40c6c11 commit e2249f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Get-MailboxExtendedProperty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To view a specific extended property in a mailbox, use the following syntax: `<M
6161

6262
- \<MailboxLocation\>: The value is available in the MailboxLocation property in the output of the Get-MailboxExtendedProperty cmdlet, is the same for all properties in the mailbox, and uses the syntax `<GUID1>\\<GUID2>`. For example, `665ea11f-b2af-5751-b04c-9848e903ce47\fb59ba52-663f-4d02-9b34-2e733c53fbd4`.
6363
- \<PropertyNameSpace\>: The GUID value is available in the PropertyNamespace property in the output of the Get-MailboxExtendedProperty cmdlet. For example `00062008-0000-0000-c000-000000000046`.
64-
- \<PropertyName \| PropertyId\>: The value is available in the PropertyName or PropertyId property in the output of the Get-MailboxExtendedProperty cmdlet. Only PropertyName or PropertyId is available (one or the other, not both). For example, `OfficeGraphSharingActivityUserOptoutModifiedDate` or `33324`. In the output of the Identity property, the PropertyId value is shown in hexadecimal. For example, the PropertyId value 33324 is shown as 0x822c in the Identity property.
64+
- \<PropertyName \| PropertyId\>: The value is available in the PropertyName or PropertyId property in the output of the Get-MailboxExtendedProperty cmdlet. Only PropertyName or PropertyId is available on an extended property (one or the other, not both). For example, `OfficeGraphSharingActivityUserOptoutModifiedDate` or `33324`. In the output of the Identity property, the PropertyId value is shown in hexadecimal. For example, the PropertyId value 33324 is shown as 0x822c in the Identity property.
6565

6666
For example:
6767

0 commit comments

Comments
 (0)