Skip to content

Commit ee12ce1

Browse files
Fixed example text for "-SkipServer"
Hostnames need to be fully qualified.
1 parent 6401705 commit ee12ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skype/skype-ps/skype/Start-CsPool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ Use this parameter if one or more of the front end servers cannot be started.
129129
Note that there is a minimum number of servers required for the pool to be functional.
130130
The cmdlet will check for those conditions while trying to implement this parameter.
131131

132-
For example, to specify a single server use the following syntax: `-SkipServer "AtlServerOne"`.
133-
To specify more than one server use the syntax: `-SkipServer "AtlServerOne","AtlServerTwo"`
132+
For example, to specify a single server use the following syntax: `-SkipServer "AtlServerOne.litwareinc.com"`.
133+
To specify more than one server use the syntax: `-SkipServer "AtlServerOne.litwareinc.com","AtlServerTwo.litwareinc.com"`
134134

135135
```yaml
136136
Type: String[]

0 commit comments

Comments
 (0)