Prerequisite: Must have PowerShell 5.0 or higher This will backup all 3rd party drivers in a Windows based computer.
Category: Windows
PowerShell – Install .NET 4.5.2
Reference: http://superuser.com/questions/920850/how-can-i-install-net-4-5-2-via-powershell-dsc
PowerShell – Azure – Get VM Image List
When installing a new VM in Azure it’s helpful to know your options Another example, say you are looking for a specific released version of Red Hat This command currently comes up with this as a response Get latest image
PowerShell – Clean Windows 10
Work In Progress This will remove some of the default apps along with a couple other fun features to come.
Chocolatey
What is Chocolatey Chocolatey NuGet is a Machine Package Manager, somewhat like apt-get (UNIX), but built with Windows in mind. How to Install Open PowerShell ISE as admin (typical 64-bit path %windir%\sysWOW64\WindowsPowerShell\v1.0\PowerShell_ISE.exe) Set Execution Policy Permissions Run the installation script from https://chocolatey.org/install.ps1
Remove Directory
Now if this first command doesn’t work make sure it’s a directory you want to delete and try this next one