Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ That syntax causes the URLs stored in the object references $simpleUrl and $simp
### -Identity

Unique identifier for the new simple URL configuration collection.
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.
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.
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.
For example, this syntax creates a new collection for the Redmond site:

`-Identity "site:Redmond"`
Expand Down