Home

Powershell

Powershell : Providers 

As the name suggests the ‘Providers‘ provide access to data and components that would not otherwise be easily accessible at the command line. The data is presented in a consistent format that resembles a file system drive. The data exposed by Providers appears in a drive like a…

Powershell

Powershell vs Command Prompt 

Personally, Command prompt is boring and Powershell comes with comparatively lot more features and commands that can make your life easy. 1. Powershell Cmdlets are easier to remember (the Verb-Noun Pair) compared to CMD commands. 2. Powershell looks great in Blue color ( ~ My Favourite…