PowerShell - Variables and Data Types
What does the
$ symbol do in PowerShell when placed before a word like $name?$ symbol do in PowerShell when placed before a word like $name?$ in PowerShell$ symbol is used to declare or access variables in PowerShell.$name means$name means a variable named 'name' that can hold data like text or numbers.$ before word = variable creation [OK]$ always starts a variable name [OK]$ runs commands$ with comments$ prints text directly15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions