Skip to content

Commit 83a8c84

Browse files
authored
Merge pull request MicrosoftDocs#1844 from nschonni/double-then
typo: Double word "then"
2 parents 0bcc20f + 269fd44 commit 83a8c84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skype/skype-ps/skype/New-CsClientVersionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Get-CsSite | Select-Object Identity | ForEach-Object {New-CsClientVersionPolicy
6969

7070
The command shown in Example 2 creates a new client version policy for each site in the organization.
7171
To accomplish this task, the command first calls the Get-CsSite cmdlet without any additional parameters; that returns a collection of all the sites in the topology.
72-
This collection of sites is then then piped to the Select-Object cmdlet, which extracts the Identity property for each site.
72+
This collection of sites is then piped to the Select-Object cmdlet, which extracts the Identity property for each site.
7373
Those Identities are then piped to the ForEach-Object cmdlet, which takes each site in the collection and creates a new client version policy for that site.
7474

7575

skype/skype-ps/skype/Remove-CsThirdPartyVideoSystemPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Get-CsThirdPartyVideoSystemPolicy | Remove-CsThirdPartyVideoSystemPolicy
5353
```
5454

5555
In Example 2, all the third-party video system policies configured for use in the organization are deleted.
56-
This is done by first using the `Get-CsThirdPartyVideoSystemPolicy` to return a collection of all the video system policies; that collection is then then piped to and deleted by, the `Remove-CsThirdPartyVideoSystemPolicy`.
56+
This is done by first using the `Get-CsThirdPartyVideoSystemPolicy` to return a collection of all the video system policies; that collection is then piped to and deleted by, the `Remove-CsThirdPartyVideoSystemPolicy`.
5757
Note that the global policy will not actually be deleted; Skype for Business Server does not allow you to delete global policies.
5858
However, all the properties within the global policy will be reset to their default values.
5959

0 commit comments

Comments
 (0)