Skip to content

Commit 40c6c11

Browse files
committed
Update Get-MailboxExtendedProperty.md
Identity hex clarification
1 parent 918784b commit 40c6c11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,16 @@ 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 on an extended property (one or the other, not both). For example, `OfficeGraphSharingActivityUserOptoutModifiedDate` or `33324`.
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.
6565

6666
For example:
6767

6868
`665ea11f-b2af-5751-b04c-9848e903ce47\fb59ba52-663f-4d02-9b34-2e733c53fbd4:00062008-0000-0000-c000-000000000046\OfficeGraphSharingActivityUserOptoutModifiedDate`
6969

7070
`665ea11f-b2af-5751-b04c-9848e903ce47\fb59ba52-663f-4d02-9b34-2e733c53fbd4:00062008-0000-0000-c000-000000000046\33324`
7171

72+
`665ea11f-b2af-5751-b04c-9848e903ce47\fb59ba52-663f-4d02-9b34-2e733c53fbd4:00062008-0000-0000-c000-000000000046\0x822c`
73+
7274
```yaml
7375
Type: MailboxExtendedPropertyId
7476
Parameter Sets: (All)

0 commit comments

Comments
 (0)