From 9b5a9e0769158add969b50b37e22ab04c6755c21 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Wed, 13 Feb 2019 18:24:35 -0300 Subject: [PATCH] Clarified the case where identity is not required Clarified the case where identity is not required as noted here https://github.com/MicrosoftDocs/office-docs-powershell/issues/1831 --- skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md b/skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md index db803c05fb..22be93155e 100644 --- a/skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md +++ b/skype/skype-ps/skype/New-CsSimpleUrlConfiguration.md @@ -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"`