Working with PowerShell's Data Types
Working with PowerShell’s Data Types
An important property of a PowerShell variable is its name, which is always preceded by the dollar sign “$” and can only contain letters, numbers, and the underscore. If you feel a strong urge to use other characters, you have to enclose the name in curly braces. You should not use the name of variables that have been pre-defined. Windows PowerShell uses the Microsoft .NET Framework data types.…
View On WordPress











