PowerShell PowerShell $decimal = 3232 [Convert]::ToString($decimal, 8) 12 $decimal = 3232[Convert]::ToString($decimal, 8)