Tag Archives: Variables

PowerShell Variables

Variables in PowerShell is used in almost every script, if not all of them. Variables allows us to save information that we can use later on in our script. To save a value in a variable, we simply type: $Number = … Continue reading

Posted in Powershell | Tagged , , | 1 Comment