Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Create New GUID

$
0
0

Summary: Use Windows PowerShell to create a new GUID.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily generate a new GUID for a project.?

Hey, Scripting Guy! Answer Use the New-Guid cmdlet.

  If you need to create more than one, you can use code such as the following (% is an alias for Foreach-Object):

1..4 | % {new-guid}


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>