PowerShell – Automatic Variables – $$, $^, $? and $_
Maintaining state information is very important in any of the Applications to enable to understand the behavior of the flow of execution. For example, it is required to know whether the previous command was succeeded and based on that you will write the scripts for the execution. PowerShell maintains the state information in a set […]