What is the full list of suffixes you can use on PowerShell number literals?
So far I have found:
╔════════╦═════════╦════════════════════════╗
║ Suffix
According to the PowerShell Language Specification (V3) that is the complete set.
l
, kb
, mb
, gb
, tb
, and pb
.d
.As far as I am aware (no update to the specification has been published) PowerShell V4 does not add any further suffixes.