Home

Powershell

Powershell : Objects and Its Usage 

I Personaly think Learning Objects is one of the most elementary and the most Important aspect in learning Powerhsell. Have you ever wondered what makes PowerShell stand apart from a traditional Linux shell like Bash, or even the legacy command prompt? The answer is really simple: traditional…

Powershell

Powershell : PSDrives 

PSDrive stands for PowerShell Drives through which you can access the data provided by the PowerShell providers. You can Learn more about PowerShell Providers on https://geekeefy.wordpress.com/2015/04/06/powershell-providers/ You will come through following types of PowerShell drives: Windows logical drives on the computer, including drives mapped to network…