Skip to content

Commit ad19f28

Browse files
authored
Merge pull request MicrosoftDocs#1963 from nschonni/patch-1
typo: pubic -> public
2 parents 7178282 + 217e9cd commit ad19f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Remove-CsPublicProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This collection is then piped to the `Remove-CsPublicProvider` cmdlet, which, in
6363
Get-CsPublicProvider | Where-Object {$_.Enabled -eq $False} | Remove-CsPublicProvider
6464
```
6565

66-
In Example 3, all the public providers that are currently disabled are removed from the set of configured pubic providers.
66+
In Example 3, all the public providers that are currently disabled are removed from the set of configured public providers.
6767
To carry out this task, the command first uses the `Get-CsPublicProvider` cmdlet to return a collection of all the public providers currently configured for use.
6868
This collection is piped to the `Where-Object` cmdlet, which selects only those providers where the Enabled property is equal to False.
6969
That filtered collection is then piped to the `Remove-CsPublicProvider` cmdlet, which deletes all the items in the collection.

0 commit comments

Comments
 (0)