Powershell : How to Import Exchange Cmdlets to your Machine from a Server

Tired of logging to role specific servers like, exchange servers every time to execute just a PowerShell query? Now it’s time to upgrade your game 😉 since you can import all exchange, Active directory cmdlets to your machine and can be machine independent, no need to download the modules or install any role on your machine.… Read More Powershell : How to Import Exchange Cmdlets to your Machine from a Server

Powershell : Pipelines Explained, Part -2

HOW PIPELINES WORK : “Piping” the object means, sending the objects as the output of one command to another command, Windows PowerShell tries to associate the piped objects with one of the parameters of the receiving cmdlet. To do so, the Windows PowerShell “parameter binding” component, which associates input objects with cmdlet parameters, tries to find… Read More Powershell : Pipelines Explained, Part -2