Skip to content

Commit 8a713b9

Browse files
authored
Merge pull request #12560 from krubenok/patch-1
Update -Identity Parameter for SetExternal
2 parents 706c1c3 + beeb236 commit 8a713b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exchange/exchange-ps/exchange/Set-ExternalInOutlook.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ This example adds and removes the specified email addresses from the exception l
5858
## PARAMETERS
5959

6060
### -Identity
61-
The Identity parameter specifies the GUID of the external sender identification object that you want to modify. Although this parameter is available, you don't need to use it.
61+
The Identity parameter specifies the GUID of the external sender identification object that you want to modify.
62+
63+
This parameter is optional and typically isn't needed, because the organization's GUID resolves automatically when you use this cmdlet.
64+
65+
If you specify an invalid Identity value, the cmdlet still runs and changes the settings for the entire organization. Always verify the Identity value before you run this cmdlet.
6266

6367
```yaml
6468
Type: OrganizationIdParameter

0 commit comments

Comments
 (0)