Skip to content

Commit a37de35

Browse files
authored
Update Get-CsServerPatchVersion.md
1 parent 9cb1550 commit a37de35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Get-CsServerPatchVersion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get-CsServerPatchVersion [-Report <String>] [<CommonParameters>]
1818

1919
## DESCRIPTION
2020
This cmdlet returns the Skype for Business Server version for each component installed on the server. It replaces the previous methods (Windows Registry and WMI Classes).
21-
You should have installed at least November 2015 Cumulative Update (6.0.9319.102) for Skype for Business Server 2015.
21+
You should have installed November 2015 Cumulative Update (6.0.9319.102) for Skype for Business Server 2015 or later.
2222

2323
## EXAMPLES
2424

@@ -27,13 +27,13 @@ You should have installed at least November 2015 Cumulative Update (6.0.9319.102
2727
Get-CsServerPatchVersion
2828
```
2929

30-
This example returns the Skype for Business Server version for each component installed on the server.
30+
This example returns the version for each component installed on the Skype for Business Server.
3131

3232

3333
## PARAMETERS
3434

3535
### -Report
36-
Generates a log file. You should specify the file name in html format.
36+
Generates a log file with the result of the operation. You should specify the file name in html format.
3737

3838
```yaml
3939
Type: String

0 commit comments

Comments
 (0)