| .jpg) | Hey, Scripting Guy! |
Recent Posts
- Hey, Scripting Guy! How Do I Format with Windows PowerShell? (Part 1)
Monday, Feb 8 - Hey, Scripting Guy! Weekend Scripter: Conversion Module, Part 2
Sunday, Feb 7 - Hey, Scripting Guy! Weekend Scripter: Conversion Module, Part 1
Saturday, Feb 6 - Hey, Scripting Guy! Quick-Hits Friday: The Scripting Guys Respond to a Bunch of Questions (2/5/09)
Friday, Feb 5
Script CategoriesActive Directory Databases Desktop Exchange HTML Applications (HTA) Office Windows Server 2003 Windows PowerShell WMI More Script Categories | Script Repository HTA Tips HTA Tools | Hey, Scripting Guy! Additional Resources |
|
Scripting Community BuzzTwitter Scripting Guys Forum |
- Monday, Feb 8
I have a script that I would like to have executed on system startup and system shutdown. My system is part of a domain. Using the group policy snapin I tried to configure startup/shutdown... more
- Monday, Feb 8
Hello,I have ato write a script to delete the home folders of users who are disabled and deprovisioned. The home folders should be deleted after 120 days.So first i have written a few lines which scan... more
- Monday, Feb 8
Here's my batch file, in its entirety:@echo offNET USER Administrator newpasswordhereI've been on the search engines and seen suggested adding "/B" before the command I'm executing (didn't w... more
- Monday, Feb 8
Hey Guys, I'm unable to get this to work correctly. I'm trying to see which folders have a file within them with the word "preview". If it does, then tell me it exists, if not, then i... more
- Monday, Feb 8
I'm trying to add a domain group to the local administrators group on a Windows XP machine.Here's the code:
set wshShell = WScript.CreateObject( "Wscript.Shell" )
strComputer = wshShell.Expa... more
|
|