PowerShell $_ Pipeline Variable Tutorial

PowerShell provides variables in order to store data which can be text, number, etc. PowerShell also provides some special variables which are used with PowerShell structures. The $_ dollar sign and underscore is used to define a special variable called Pipeline Variable . In PowerShell, the $ sign is used to define variables where a … Read more