Skip to content

Commit 9cb1550

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,23 @@ Get-CsServerPatchVersion [-Report <String>] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
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.
2122

2223
## EXAMPLES
2324

2425
### -------------------------- Example 1 --------------------------
2526
```
26-
{{ Add example code here }}
27+
Get-CsServerPatchVersion
2728
```
2829

29-
{{ Add example description here }}
30+
This example returns the Skype for Business Server version for each component installed on the server.
3031

3132

3233
## PARAMETERS
3334

3435
### -Report
35-
{{Fill Report Description}}
36+
Generates a log file. You should specify the file name in html format.
3637

3738
```yaml
3839
Type: String

0 commit comments

Comments
 (0)