├── LICENSE ├── README.md ├── backup.ps1 ├── bckp_windows_drivers.ps1 └── bckp_windows_services.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/powershell-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/powershell-scripts/HEAD/README.md -------------------------------------------------------------------------------- /backup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/powershell-scripts/HEAD/backup.ps1 -------------------------------------------------------------------------------- /bckp_windows_drivers.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/powershell-scripts/HEAD/bckp_windows_drivers.ps1 -------------------------------------------------------------------------------- /bckp_windows_services.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChrisTitusTech/powershell-scripts/HEAD/bckp_windows_services.ps1 --------------------------------------------------------------------------------