| Thread | Last Post | Replies |
|
| How to run a script by a domain user ? | 30 Dec 2008 16:17 GMT | 1 |
My question is how to let the domain user run the logon script. ************************************************************************************ strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
|
| Copying Files from Client PC to Server | 29 Dec 2008 22:15 GMT | 1 |
I'm trying to find out if there is a way to automatically copy certain files to the server (Windows 2003). I have a user who needs their .pst files copied to the server for a regular backup, but I'm not always in the office to manually do it. Is there a way to get the server to ...
|
| Interactive Rename and Domain Join Script Needed | 28 Dec 2008 10:38 GMT | 3 |
Background: I have Vista installed as a Guest onto a Virtual PC 2007 VM. I want to customize it, sysprep it and then distribute it to our QA team. In XP and 2K Pro i was able to do this in such a way that the VM would launch mini setup
|
| Auto shutdown Windows Server 2003 | 19 Dec 2008 16:21 GMT | 7 |
Is there any methods to auto shutdown Windows Server 2003 at a specific time ?? What are the steps ?? Thanks.
|
| Problem calling oADsSecurityUtility.SetSecurityDescriptor from VBScript | 19 Dec 2008 05:52 GMT | 2 |
I found a vb code sample for setting ntfs file permissions here: http://msdn.microsoft.com/en-us/library/aa705922(VS.85).aspx. It looked simple enought to be made into a vbscript which I could then further modify to do some fancy stuff with a bunch of home directories and
|
| Special batchfile | 17 Dec 2008 13:24 GMT | 7 |
Who can make a batchfile with de following tasks - A program on my computer will open the batchfil - The batchfile wil sleep "X" second - After sleeping the batchfile will rename a other file that stay i
|
| Move computers account to another OU from a txt list | 13 Dec 2008 16:23 GMT | 8 |
I need your help, I need to move around 7200 computers accounts to another OU. I have the list of the 7200 computers, but I need to find a script to help me to do this easier, can you help me. thanks
|
| chech group | 12 Dec 2008 18:10 GMT | 3 |
why this function does'nt check "Domain Users" group??? Function RecursiveIsMember(strGroup, arrGroups, x) ' Return Type: Boolean ' Goes through Nested Groups until either booIsMember is True
|
| display "path" system variable in cmd.exe | 12 Dec 2008 06:56 GMT | 1 |
In cmd.exe , typing "path" will display the "path" user variable .. But how to display the "path" system variable ?
|
| exporting * importing users into groups | 11 Dec 2008 19:37 GMT | 2 |
I am wanting to export a list of usernames from an AD group & the import them back into another group. I believe it is possible to d this using the csvde command, but Im not sure of the syntax. Would som one be kind enough to explain what syntax I would use for both of thes
|
| How to Modify AD CN Field | 11 Dec 2008 06:03 GMT | 2 |
How to Modify AD CN or Name Field stored in Active Directory. The server would be Server 2003 without SP2. Could any one help me on this issue. Many thanks in advance.
|
| batch to run chkdsk on all local drives? | 06 Dec 2008 16:35 GMT | 1 |
Is possible? tried to find that, with no success. The batch should find all available local drives and do a chkdsk /f only to the next restart. Any help would be appreciated. Thanks!
|
| Is there any way to control the Transport Server (subcomponent of Windows Deployment Services) via PowerShell? | 06 Dec 2008 16:13 GMT | 4 |
Does the Transport Server expose any functionality through a COM or WMI (or anything else) interface that can be manipulated via PowerShell? The docs say that the only way Transport Server can be managed is with wdsutil, but we would like not to have to shell out to an external
|
| List deleted users ids | 04 Dec 2008 09:19 GMT | 1 |
Hi Friends, How long deleted users details would be stored in Active Directory. The server would be Server 2003 without SP1. Is there any script to list the user IDs that have be deleted (Say 6 months).
|
| Robocopy major issue | 01 Dec 2008 22:07 GMT | 15 |
I am working on a script with Robocopy XP026 and have a major issue with the Return Code since it always return 0 even when there is a fatal error... Does someone know a workaround for this major problem on Windows XP? Thanks!
|