| Thread | Last Post | Replies |
|
| Query OU for Computer Objects saved to text file | 31 May 2007 20:24 GMT | 1 |
Need a script or command to run on specific OU's in AD and save the Computer Object names to a text file.
|
| Gather AD Policies Remotely | 30 May 2007 21:56 GMT | 1 |
Does anyone know how to use or have a script that you can remotely query a PC somewhere on the network and retrieve the group policies that the specific PC has applied? Same thing for a user logged onto a certain PC?? Thanks!
|
| generic failure 0x80041001 | 30 May 2007 17:10 GMT | 2 |
I get this error when trying to run a vb script to install a printer anyone knows?
|
| Monitoring a folder for new files | 30 May 2007 16:57 GMT | 2 |
Hell All, Is it possible to create a vbs script that can happily sit in the background and periodically check a folder for new files. If there is a new file it then dispalys a simple prompt with the file name that you can click ok to.
|
| Error Message when running script | 30 May 2007 01:18 GMT | 5 |
I am trying to run the following script to force a password change at next logon. I am running this on a Domain Member workstation while logged on as a Domain Admin: Set objUser = GetObject _
|
| how to remote login | 30 May 2007 00:02 GMT | 4 |
how to use rdp to connect to remote computer in vbs script. as of now the setup is like that STEP 1 :: from my computer run "mstsc" to other computer STEP 2 :: The remote computer, throws a security notice, i click "OK" to get
|
| netsh checking flat file for valid IP | 29 May 2007 23:58 GMT | 1 |
I am wondering if this is possible to do via a logon script. 1.) Check a flat/excel file for the current computer name 2.) Verify that the IP in the flat file matches the IP assigned to the current computer
|
| Copy folder by date | 27 May 2007 06:07 GMT | 1 |
i need to copy a folder from one remote share to another based on the folder creation date being today. the process is to copy last nights backup folder to the other share. i am very close but just cant get it. i may need a WMI script based on what i have read.
|
| Getting started with scripting | 27 May 2007 03:31 GMT | 1 |
I need to take the plunge. I have been wanting to take the plunge, but have been unable to. I have some scripting (BASH mostly and a little VB), but not much. With the new Powershell out, what are some recommended paths for
|
| Network drive mapping | 24 May 2007 16:38 GMT | 2 |
I need a script that I can use for mapping network drives at the group policy level (via) group object>user configuration>windows settings>logon I'm a Desktop Tech, turned Sysadmin, so bare with me....
|
| Connect to Printers in a Specific Location error | 23 May 2007 20:28 GMT | 1 |
I am trying to use the script found at http://www.microsoft.com/technet/scriptcenter/csc/scripts/print/printer/cscpr012.mspx The script does remove all previously installed printers but then errors out: Windows Script Host
|
| Antivirus Check in Login Script | 23 May 2007 18:48 GMT | 1 |
I got this link from MCPMag.com http://mcpmag.com/columns/article.asp?EditorialsID=1768#post For all of my remote users I'd like validate that some form of Antivirus is installed and uptodate before they are validated to login. Would using a
|
| Retrieve user attributes by SamAccountName | 23 May 2007 17:10 GMT | 2 |
Can anyone tell me how I can access user attributes (FullName, CN, Mail, Manager, Domain Controler, etc) by querying SamAccountName rather than CN? I.E. Instead of doing: 'Set objuser = GetObject("LDAP://cn=Dan
|
| Counting Files | 23 May 2007 10:39 GMT | 10 |
Hello Groupies, i would like to find files an delete them, if they exists. the syntax for the files is FILE*.txt. if i try to use the if exists syntax i get the error message, that the file
|
| Trouble with login script | 22 May 2007 16:27 GMT | 5 |
I am having trouble figuring this out, could someone help me. I wouldn't doubt that I way out in left field. Any help would be appreciated, Dave
|