Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » TypeData   (RSS)

PowerShell : Display a GUID as string by default

When you have a GUID object in PowerShell by default this gives no output, only some empty lines. See output below : PS C:\> [GUID]$a = "00000000-0000-0000-0000-000000000000" PS C:\> $a PS C:\> $a.ToString() 00000000-0000-0000-0000-000000000000
Posted by MoW | 1 Comments
Filed under: ,