Skip to content

Commit 00f0de6

Browse files
committed
Updates to Identity in *-PublicFolder
Per Issue #1483
1 parent 67aad8e commit 00f0de6

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

exchange/exchange-ps/exchange/sharing-and-collaboration/Get-PublicFolder.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ Accept wildcard characters: False
145145
```
146146
147147
### -Identity
148-
The Identity parameter specifies the GUID or public folder name that represents a specific public folder. You can also include the path using the format \\TopLevelPublicFolder\\PublicFolder.
149-
150-
You can omit the parameter label Identity so that only the public folder name or GUID is supplied.
148+
The Identity parameter specifies the name and path of the public folder you want to view. A valid value uses the syntax: \\\<Level1\>\\\<Level2\>\\...\\\<LevelN\>\\\<PublicFolder\>. For example, "\\Customer Discussion" or "\\Engineering\\Customer Discussion".
151149
152150
```yaml
153151
Type: PublicFolderIdParameter

exchange/exchange-ps/exchange/sharing-and-collaboration/Remove-PublicFolder.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ This example deletes the public folder Directory Folder and all its child public
4646
## PARAMETERS
4747

4848
### -Identity
49-
The Identity parameter specifies the GUID or public folder name that represents a specific public folder. You can also include the path using the format \\TopLevelPublicFolder\\PublicFolder.
50-
51-
You can omit the parameter label so that only the public folder name or GUID is supplied.
49+
The Identity parameter specifies the name and path of the public folder you want to remove. A valid value uses the syntax: \\\<Level1\>\\\<Level2\>\\...\\\<LevelN\>\\\<PublicFolder\>. For example, "\\Customer Discussion" or "\\Engineering\\Customer Discussion".
5250

5351
```yaml
5452
Type: PublicFolderIdParameter

exchange/exchange-ps/exchange/sharing-and-collaboration/Set-PublicFolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In Exchange 2010, this example sets the folder to replicate only on weekends.
6969
## PARAMETERS
7070

7171
### -Identity
72-
The Identity parameter specifies the GUID or public folder name that represents a specific public folder. You can also include the path using the format \\TopLevelPublicFolder\\PublicFolder.
72+
The Identity parameter specifies the name and path of the public folder you want to modify. A valid value uses the format: \\\<Level1\>\\\<Level2\>\\...\\\<LevelN\>\\\<PublicFolder\>. For example, "\\Customer Discussion" or "\\Engineering\\Customer Discussion".
7373

7474
```yaml
7575
Type: PublicFolderIdParameter

0 commit comments

Comments
 (0)