This repository was archived by the owner on May 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ The script supports command line options and parameters which can help you custo
84
84
| 1809 | Redstone 5 (RS5) | October 2018 Update | 17763 |
85
85
| 1903 | 19H1 | May 2019 Update | 18362 |
86
86
| 1909 | 19H2 | November 2019 Update | 18363 |
87
+ | 2004 | 20H1 | TBA | 19041 |
87
88
88
89
  ;
89
90
Original file line number Diff line number Diff line change @@ -3518,13 +3518,13 @@ Function AddFaxPrinter {
3518
3518
Add-Printer - Name " Fax" - DriverName " Microsoft Shared Fax Driver" - PortName " SHRFAX:" - ErrorAction SilentlyContinue
3519
3519
}
3520
3520
3521
- # Uninstall Windows Fax and Scan Services - Not applicable to Server
3521
+ # Uninstall Windows Fax and Scan Services - Not applicable since 2004. Not applicable to Server
3522
3522
Function UninstallFaxAndScan {
3523
3523
Write-Output " Uninstalling Windows Fax and Scan Services..."
3524
3524
Disable-WindowsOptionalFeature - Online - FeatureName " FaxServicesClientPackage" - NoRestart - WarningAction SilentlyContinue | Out-Null
3525
3525
}
3526
3526
3527
- # Install Windows Fax and Scan Services - Not applicable to Server
3527
+ # Install Windows Fax and Scan Services - Not applicable since 2004. Not applicable to Server
3528
3528
Function InstallFaxAndScan {
3529
3529
Write-Output " Installing Windows Fax and Scan Services..."
3530
3530
Enable-WindowsOptionalFeature - Online - FeatureName " FaxServicesClientPackage" - NoRestart - WarningAction SilentlyContinue | Out-Null
You can’t perform that action at this time.
0 commit comments