Generating UUIDs for automating connection creation


If creating sessions manually or programmatically, a Universally Unique Identifier will be needed in order to differentiate the sessions from each other.

Microsoft has a utility called GUIDgen available here

Also the API has uuidgen in the Microsoft .net Framework SDK