Showing results for writing - Scripting Blog [archived]

Apr 27, 2009
0
0

Hey, Scripting Guy! How Can I Write and Run a Windows PowerShell Script?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I appreciate the command-line stuff you are showing, but to be honest, I am not interested in returning to the DOS days to administer my network. I am not a UNIX administrator-I am a Windows guy. If I wanted to do UNIX kinds of things, I would download the latest *nix distro, obtain a silly haircut, grow facial hair, and be a ...

Scripting Guy!Windows PowerShellscripting techniques
Feb 27, 2008
0
0

Hey, Scripting Guy! How Can I Create a GUID Using Windows PowerShell?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I see that it is pretty easy to generate a GUID using Windows Script Host. But how can I do this using Windows PowerShell?-- DL Hey, DL. Before we begin we’d like to announce that the Scripting Guys are looking for 158 volunteers, volunteers to undertake a daring mission. What sort of mission? We are planning to overthro...

Scripting Guy!Windows PowerShellscripting techniques
May 5, 2006
0
0

How Can I Force Users to Type Command-line Arguments in a Specific Order?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I force users to type command-line arguments in a specific order?-- JA Hey, JA. You know, the Scripting Guy who writes this column has a 16-year-old son. He coaches Colt League baseball. He works every day with all the other Scripting Guys. With that background, it probably come as no surprise to hear that he doesn&rsq...

Scripting Guy!scripting techniquesVBScript
Feb 21, 2005
0
0

How Can I Create a GUID Using a Script?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! We have items that we need to track using unique identification numbers. My boss suggested that we use GUIDs for this purpose. Is there any way to create a GUID using a script?-- DX Hey, DX. GUIDs (globally unique identifiers) are a good choice for a job like this; we don’t pretend to understand the algorithm behind GUIDs, bu...

Scripting Guy!scripting techniquesVBScript
Oct 22, 2004
0
0

How Can I Display a Hyperlink in a Message Box?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Is it possible to have a hyperlink to a Web page in a message box?-- CB Hey, CB. Sounds like you want to display a message box to users and, ideally, you’d like to include a hyperlink they could click on for more information. For example, suppose a user tried to access some resource and was turned away. In a case like that, y...

Scripting Guy!scripting techniquesVBScript