# new-guid.ps1
# creates a new GUID
# thomas lee - tfl@psp.co.uk
# Create a new guid and display it
$guid = [system.guid]::newguid()
$guid
This script produces the following output:
PSH [D:\foo]: D:\foo\new-guid.ps1
Guid
----
a55954b3-f858-4f83-82a9-38422b10168d