From a9b74aa69b55115bf8d05b101c32c8c6337cc555 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Tue, 30 Mar 2021 23:43:18 -0400 Subject: [PATCH] Commit the file renames --- ...Duplicati.ps1 => Win_Install_Duplicati.ps1} | 0 scripts/Win_MS_Install_All_Updates.ps1 | 18 ------------------ ...me_Computer.ps1 => Win_Rename_Computer.ps1} | 0 3 files changed, 18 deletions(-) rename scripts/{InstallDuplicati.ps1 => Win_Install_Duplicati.ps1} (100%) delete mode 100644 scripts/Win_MS_Install_All_Updates.ps1 rename scripts/{Rename_Computer.ps1 => Win_Rename_Computer.ps1} (100%) diff --git a/scripts/InstallDuplicati.ps1 b/scripts/Win_Install_Duplicati.ps1 similarity index 100% rename from scripts/InstallDuplicati.ps1 rename to scripts/Win_Install_Duplicati.ps1 diff --git a/scripts/Win_MS_Install_All_Updates.ps1 b/scripts/Win_MS_Install_All_Updates.ps1 deleted file mode 100644 index c200950b..00000000 --- a/scripts/Win_MS_Install_All_Updates.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -$ErrorActionPreference = 'silentlycontinue' - -if (Get-Module -ListAvailable -Name NuGet) { - Write-Host "NuGet exists" -} -else { - Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force -} - -if (Get-Module -ListAvailable -Name PSWindowsUpdate) { - Write-Host "PSWindowsUpdate exists" -} -else { - Install-Module -Name PSWindowsUpdate -force -} - -Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Get-WindowsUpdate -install -acceptall \ No newline at end of file diff --git a/scripts/Rename_Computer.ps1 b/scripts/Win_Rename_Computer.ps1 similarity index 100% rename from scripts/Rename_Computer.ps1 rename to scripts/Win_Rename_Computer.ps1