Skip to content

Commit eef5605

Browse files
authored
Update Get-OrganizationSegment.md
Identity does not support using the GUID of the ExoSegmentId. You can't use ANY value since ExoSegmentId is not supported by the cmdlet.
1 parent 23d640e commit eef5605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Get-OrganizationSegment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ This example returns detailed information about the organization segment named E
5555
## PARAMETERS
5656

5757
### -Identity
58-
The Identity parameter specifies the organization segment that you want to view. You can use any value that uniquely identifies the segment. For example:
58+
The Identity parameter specifies the organization segment that you want to view. You can use a value that uniquely identifies the segment. For example:
5959

6060
- Name
6161
- Distinguished name (DN)
62-
- GUID
62+
- ExchangeObjectId (not the ExoSegmentId)
6363

6464
```yaml
6565
Type: PolicyIdParameter

0 commit comments

Comments
 (0)