Skip to content

Commit 000d06d

Browse files
authored
Merge branch 'master' into patch-3
2 parents 2fe1099 + c3ded4f commit 000d06d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

skype/skype-ps/skype/New-CsPlatformServiceSettings.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,21 @@ Accept wildcard characters: False
181181
```
182182
183183
### -Identity
184-
Indicates the Identity of the Platform Service Settings to be modified.
184+
Unique identifier of the Platform Service Settings to be created.
185+
186+
To create a new collection of settings at the site scope, use syntax similar to this:
187+
188+
`-Identity site:Redmond`
189+
190+
To create new settings at the service scope, use syntax like this:
191+
192+
`-Identity service:WebServer:atl-cs-001.litwareinc.com`
193+
194+
Privacy settings can only be created for the WebServer service.
195+
An error will occur if you try to apply these settings to any other service.
196+
197+
Note that your command will fail if Platform Service Settings already exist for the specified site or service.
198+
Likewise, your command will fail if you attempt to create a new collection of global settings.
185199

186200
```yaml
187201
Type: XdsIdentity

0 commit comments

Comments
 (0)