| Thread | Last Post | Replies |
|
| LastLogonTimeStamp | 27 Nov 2008 13:11 GMT | 7 |
I am trying to get rid of the 'stale accounts' in our Active Directory. I read about the LastLogonTimeStamp from The Scripter Guy or Scripting Center at http://www.microsoft.com/technet/scriptcenter/topics/win2003/lastlogon.mspx
|
| Script to remove security descriptor | 25 Nov 2008 21:42 GMT | 2 |
Is there a way to automate the removal of the "allow inheritable permissions from parent" on newly created home directories for users? Thanks, Altria
|
| DISKPART select command doesn't have a "noerr" command for scripti | 25 Nov 2008 07:29 GMT | 1 |
I'm trying to programmatically delete all partitions from a drive, however I'm not sure how many partitions the drive has. I thought the script below would work, but if any of the partitions don't exist, the script stops execution when trying to select them. This is because
|
| can I do this from answer file or do I need to script post install? | 24 Nov 2008 17:04 GMT | 2 |
... there will probably be a few different posts with this same title over the next few days as I'm working through some customizations on a deployment project... any item that can be taken care of via the standard unattend files I do there, otherwise I script the setting/config ...
|
| Variable | 23 Nov 2008 22:21 GMT | 2 |
I'm trying to add a string to a number example number= "12345" I now want to add the below
|
| Update HKEY_CURRENT_USER registry | 21 Nov 2008 22:58 GMT | 3 |
I have to push a reg update out and am looking for ideas on the best approach. We have Altiris, so I can use that, but should I make a VBS for this or should I just use the .reg file? What about a bat file with the reg command? Below is my .reg file, which I can convert to VBS or ...
|
| Clearing Outlook temp files folder (OLK*) on shutdown? | 21 Nov 2008 18:52 GMT | 9 |
Trying to find the best way to have XP client PC's clear their Outlook 2003 temporary folder data on system shutdown (C:\Documents and Settings\%userprofile%\Local Settings\Temporary Internet Files\OLK*). Can this be accomplished using Group Policy to set the "shutdown script" ...
|
| How can I do a WMI Bulk data retrieval ? | 21 Nov 2008 04:37 GMT | 5 |
Hi, The following WMI query executes fine and outputs the Processor details On Error Resume Next strComputer = "."
|
| Monitor Folder Recursively using WMI | 21 Nov 2008 03:31 GMT | 2 |
I am writing a VBscript to monitor a folder for file creation and deletion. This is a script that I copied from Microsoft Scripting Guy to start with. It works well except that it only monitors file activities on the root of the folder. I would like it to recursively monitor ...
|
| What is error '80041003', please? | 20 Nov 2008 11:57 GMT | 7 |
I am getting an '80041003' error, but I'm not sure what it means. Here is the script: <%@ LANGUAGE="VBSCRIPT" %> <%
|
| Need to deploy PowerShell | 18 Nov 2008 12:44 GMT | 1 |
Hi All; I need to deploy PowerShell on my network and I intend to use GPO but powershell is packaged as a standalone updater. I need to transform this to an msi file but i need leads as to the tools I can use. Does microsoft
|
| Simple Ping Script | 18 Nov 2008 07:24 GMT | 5 |
What are the errorlevels for the ping command? I am trying to create a script that will ping a remote router, and in the event it is non-responsive, will cause the machine the script is running on to reboot without warnings or prompts.
|
| accesschk script to include datestamp | 17 Nov 2008 15:05 GMT | 6 |
I would like to automate a daily report of accesschk againsts a file server but would like to include a datestamp, for example; accesschk -rws "group" "folder target" > %datestamp%.txt I would like afterwards to run a diff command (what is the equivalent of
|
| How to create a unique samaccountname in AD | 13 Nov 2008 01:10 GMT | 4 |
Does anyone have a script that will check AD for a samaccountname to make sure it is unique. If it isn't, the script should append a 01, 02, 03, etc. Thanks in advance!!
|
| scripting IIS settings? | 12 Nov 2008 21:30 GMT | 2 |
all questions below pertian to IIS 6 on Server 2003 1. can IIS be added/removed via script? (either WSH or WMI)? 2. can an IIS web site be created/configured via script? (either WSH or WMI)?
|