PowerShell Data Types
Useful table with Powershell’s data types and descriptions:
[string] |
Fixed-length string of Unicode characters |
[array] |
Array of values |
[xml] |
Xml object |
[int] |
32-bit signed integer |
[DateTime] |
Date and Time |
[long] |
64-bit signed integer |
[decimal] |
128-bit decimal value |
[single] |
Single-precision 32-bit floating point number |
[double] |
Double-precision 64-bit floating point number |
[char] |
A Unicode 16-bit character |
[byte] |
An 8-bit unsigned character |
[bool] |
Boolean True/False value |
[hashtable] |
Hashtable object |
[void] |
Sends the datat to Null (same as piping to out-Null) |
(Visited 754 times, 1 visits today)
Sean Metcalf
I improve security for enterprises around the world working for TrimarcSecurity.com
Read the About page (top left) for information about me. :)
https://adsecurity.org/?page_id=8
Recent Comments