| Thread | Last Post | Replies |
|
| Is there a script I can launch to ensure computer restarts into Safe Mode? | 30 Apr 2008 23:07 GMT | 5 |
Gurus, Is there a script I can launch to ensure a computer boots into Safe Mode on the next try without having to wait around and press F8 at just the right time after a restart? I know how to do this via the GUI only but I need a
|
| VBScript to Print PDF files | 30 Apr 2008 22:06 GMT | 4 |
I have a script to print PDF files and check to see when the document has spooled to the printer before renaming the file. I have 4 test PDF files. One of the documents was created by someone else. When trying to rename the file using the routine below I get an error 70 ...
|
| RDP icon | 30 Apr 2008 18:42 GMT | 2 |
What script can I use to place RDP icon on desktop when new users login to Domain instead of manually going to each users's machine and going through start->programs ->accessories ->communitcations ->RDP. Thanks!
|
| enumerate members, then add them to a new group | 30 Apr 2008 01:13 GMT | 1 |
I have a script to enumerate members of a group, but need help adding to that script so that for each member, add them to cn=new group,ou=groups,dc=domain,dc=com
|
| Pass a comma as an unquoted parameter to a batch script in the windows CMD | 29 Apr 2008 03:31 GMT | 2 |
I want to pass a comma as an unquoted parameter to a batch script in the windows CMD processor. REM REM testparm.bat:
|
| samaccountname search | 28 Apr 2008 23:55 GMT | 2 |
I need help writing a script that will search for a specific samaccountname and will output its LDAP path location. I am using this to create a pasword reset script, and i don't want to have to manually add the path each time i just want to enter the
|
| How to add a variable to a shell command in a vbscript | 28 Apr 2008 16:43 GMT | 4 |
Hello I'm trying to add a variable to a shell command in a vb scirpt. (Newish to scripting) I want to get the IP address, MasK and Gateway inputs and add them to the
|
| Install patches through vbscript | 27 Apr 2008 10:18 GMT | 1 |
I want to install the patches in folder "PatchRepository" through a vbscript. I would also like to get the error message of any patch which couldn't not be installed for any reason [ Not applicable or Base patch not installed or Incompatible Os Version etc.]
|
| win32_Process.Create "Insufficient Privilege" | 27 Apr 2008 02:17 GMT | 5 |
Hi there, i wrote a little Tool to deploy Software to about 600 Servers and start an silent Installation Process with the win32_Process Class. My Problem, about 50 Server (Win2003 Std & EE) are returning Error 3:Insufficient Privilege the
|
| Convert visual basic code to vbscript | 23 Apr 2008 21:28 GMT | 1 |
Hi, Is there any tool which can convert visual basic code to vbscript automatically ? Thanks
|
| excel output of these parameters | 23 Apr 2008 09:53 GMT | 3 |
How do I find or output these parameters of a server with wmi processor type processor speed memory (ram)
|
| Modify Permission to Home Folder Script | 23 Apr 2008 03:45 GMT | 1 |
Hi, I have created this script and for some reason the script assigns only full permssions to user home folder i am not able to assign only Modify permission . what i need is give Adminsitrator full access and user modify permission
|
| Setting Permissions to Home folders | 22 Apr 2008 21:58 GMT | 7 |
Hi, We have a storage location where we have all users home folders,whenever a user is created in Active directory home folder will be created automatically by the script. but the script doesnt assign any permissions to the folder.
|
| Prndrvr.vbs | 22 Apr 2008 19:36 GMT | 2 |
I am trying to remotely install a print driver via prndrvr.vbs and I keep getting an error. I have copied the drivers to the remote machine. Below is my code: cscript c:\windows\system32\prndrvr.vbs -a -m "Lexmark E250d XL" -v "3" -e
|
| Installing Domain controller on server | 21 Apr 2008 15:16 GMT | 2 |
I'm relatively new to powershell scripting. I want to install domain controller on Windows server 2003 using Powershell. Any scripting help? Thanks in advance.
|