Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

How Can I Grab a URL From the Clipboard and Then Open That Web Site in a Browser?

(image) Hey, Scripting Guy! How can I grab a URL from the clipboard and then open that Web site in a browser?-- CL(image) (image) (image) Hey, CL. Interesting question, or, should we say, questions. That’s because there’s really two issues here. The first one is easy: can I use a script to open a specified Web site? As you probably ...

How Can I Rename an Active Directory Group?

(image) Hey, Scripting Guy! How can I rename an Active Directory group?-- CL(image) (image) (image) Hey, CL. This is actually pretty easy; as you’ll see, it only takes two lines of code. It’s not a hard problem, it’s just a little bit tricky. That’s because ADSI (at least when it comes to dealing with Active Directory) does not ...