Skip to content

Commit b0fdfeb

Browse files
authored
Merge pull request MicrosoftDocs#2803 from get-itips/patch-22
Clarified the case where identity is not required
2 parents 7c44e05 + 9b5a9e0 commit b0fdfeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ That syntax causes the URLs stored in the object references $simpleUrl and $simp
101101
### -Identity
102102

103103
Unique identifier for the new simple URL configuration collection.
104-
Because new collections can only be created at the site scope, the Identity must be the prefix "site:" followed by the name of the site.
104+
If there isn't a simple URL Configuration at Global level at the time the cmdlet is run, and if this parameter isn't specified, it will default to Global level, thus making this parameter optional in that case.
105+
Because new collections after Global level can only be created at the site scope, the Identity must be the prefix "site:" followed by the name of the site, thus making this parameter mandatory.
105106
For example, this syntax creates a new collection for the Redmond site:
106107

107108
`-Identity "site:Redmond"`

0 commit comments

Comments
 (0)