Add to Technorati Favorites
Welcome to ThePowerShellGuy.com
Sign in
|
Join
|
Help
The PowerShell Guy
get-Shell | where {$_.pipeline -contains Objects}
This Blog
About
Recent Posts
MSDN content from PowerShell using WDSL
Replace security on existing share with WMI in PowerShell (update post)
Back again !, Kudos to OrcsWeb and 4th PowerShell Scriptclub in Zurich
Scripting Games 2010
DPM 2010 RC1 Extended Tweet
Search
Go
Tags
.NET
Active Directory
AD
Admin Development Method
ADO
BDD 2007
bitmap
Book
C#
Calendar
Citrix
cmd.exe
CodePlex
Color
Console
ctp
CTP2
CTP3
DateTime
Editor
Enums
ETS
Event
Eventlog
Exchange 2007
Extending
file
forms
fun
Group Policy
GUI
Help
Hex
Hey!
Hosting
IronPython
IT Forum
liveMeeting
MDT
mmc
modules
MOM2007
Monitor
Morris
move
movie
MVP
network
object
OT
outlook
performance
Podcast
PoSH Challenge
PoSHcode.org
PowerShell
PowerShell Analyzer
PowerShelled
PowerTab
prank
Process
Provider
PS+
pscx
PsObject
puzzle
RawUI
RegEx
Registry
Remote
REPL
robocopy
sccm
Scriptclub
scripting
Scripting games
SnapIn
SQL Server
String
TabExpansion
text
TextScraping
tools
TypeConversion
TypeData
v2
VbScript
Video
vista
wallpaper
WebCast
WinRM
WMI
WMI Explorer
WOL
workflow
WPF
XML
XMLRPC
ymca
Scripting Games
Books
Windows PowerShell™: TFM®
PowerShell in Action
Professional Windows PowerShell
Windows PowerShell Quick Reference
Monad (AKA PowerShell)
Microsoft Windows Powershell Programming for the Absolute Beginner
PowerShell Blogs
/\/\o\/\/ PowerShelled (my former blog )
Windows PowerShell Team Blog
Precision Computing
Keith Hill's Blog
PowerShell for Fun
Under the Stairs
Richard Siddaway
Arul Kumaravel
Time is an illusion. Lunchtime doubly so
Get-PowerShellBlog
PowerShell for testers
PowerShell Memo (JP)
PowerShell Links
Windows PowerShell Home
Windows PowerShell NewsGroup
ScriptCenter PowerShell Page
Windows PowerShell SDK
PowerShell Live
Windows PowerShell Documentation
del.icio.us powershell Links
PowerShell Community Extensions
get-psuguk. UK PowerShell User group
Computerperformance PowerShell home
Wikipedia
PowerShell Tip of the Week
PowerShell Videos and Webcasts
PowerShell VideoList
Introduction to Windows PowerShell Virtual Lab
Writing Scripts with Windows Powershell (Labcast)
Tab Completion
PowerTab Overview Page
CodePlex
PowerShell Projects on CodePlex
Hosted by :
orcsweb
Archives
July 2010 (1)
June 2010 (1)
May 2010 (1)
March 2010 (2)
February 2010 (1)
October 2009 (2)
August 2009 (1)
July 2009 (4)
June 2009 (1)
May 2009 (4)
January 2009 (3)
December 2008 (6)
November 2008 (4)
October 2008 (7)
September 2008 (8)
August 2008 (7)
July 2008 (5)
June 2008 (17)
May 2008 (12)
April 2008 (4)
March 2008 (10)
February 2008 (46)
January 2008 (18)
December 2007 (16)
November 2007 (4)
October 2007 (8)
September 2007 (6)
August 2007 (15)
July 2007 (12)
June 2007 (13)
May 2007 (14)
April 2007 (14)
March 2007 (12)
February 2007 (29)
January 2007 (21)
December 2006 (5)
Syndication
RSS 2.0
Atom 1.0
Browse by Tags
All Tags
»
TypeData
(RSS)
PowerShell
Friday, July 24, 2009 11:47 AM
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:
PowerShell
,
TypeData