| Thread | Last Post | Replies |
|
| Gather disk info on a domain | 30 Jul 2005 15:01 GMT | 4 |
Does anyone know how to get disk info (total, used, and free space) from all servers on a domain? Prefferalby in perl The servers on the domain consist of NT 4, 2000, and 2003 Thanks,
|
| Specifying Userid/Password in Copy Command | 29 Jul 2005 23:44 GMT | 2 |
As somebody who worked mainly with Unix... I use the command 'copy <file> \\server\drive'. However, how do I specify the userid and password from the 'copy' command? I did not find this in the handful of Windows
|
| ifmember logon script? | 29 Jul 2005 22:47 GMT | 6 |
Years ago in Novell I remember doing an ifmember logon script - eg. ifmember of sales map shared drive to the sales share. I never got one to work using a batch file (not vb script) for Windows 2003. Is there an easy way of doing this so that whatever ifmember type command is
|
| List terminal services accout properties | 29 Jul 2005 17:07 GMT | 1 |
I have run the Microsoft sample script that uses the .AllowLogon property and it works fine form an XP pc connecting to a windows 2003 domain. However when I run it from a XP tablet edition PC on the same domain it says object doesn't support this property or method? What am I ...
|
| Running a script remotely under admin credentials | 29 Jul 2005 15:27 GMT | 5 |
I'm starting with this script from the TechNet site to delete a particular printer from numerous PCs. strComputer = "." Set objWMIService = GetObject("winmgmts:" _
|
| Distinguished Name Using ASP | 29 Jul 2005 14:03 GMT | 2 |
I am using the following script to see if a user that logged into my webserver has a domain account (I'll substitute "username" for the person that is actually logged in eventually). What I really need to do is find out which container the user is in and set some variables based ...
|
| VBScript and Scheduled Tasks | 29 Jul 2005 10:28 GMT | 4 |
I've created the script below, if I launch the script manully, no problem. If I create a scheduled tasks and set a domain admin account in "Run as" , no problem. But if I set a local administrator in "Run as", the folder is not created and I don't have any error message.
|
| How can I manipulate a DACL on a UNC resource? | 29 Jul 2005 06:29 GMT | 1 |
I have be pursuing the task using WMI, but am stuck. A statement such as: objWMIService.Get("Win32_LogicalFileSecuritySetting='" & strFileName & "'") appears to require that a drive mapping be used (ie strFileName = q:\test.txt), however I want to use a UNC path (ie strFileName =
|
| Using ifmember.exe in a batch file | 29 Jul 2005 04:15 GMT | 5 |
I am needing help with writting a batch file ultilizing ifmember.exe. I would like to map drives according to group memberships. I have a group named Case and I would like to have that mapped to \\servername\sharname. Here is a sample of what I have:
|
| Get Windows Folder in VBScript? | 28 Jul 2005 20:09 GMT | 2 |
How do I get the folder in which Windows was installed? Dim strWindowsFolder strWindowsFolder = ?????? Thanks in Advance!
|
| parsing for file differences | 28 Jul 2005 15:55 GMT | 2 |
i've 2 text files, namly a.txt and b.txt and contents are the same line by line. a.txt line1=123
|
| User accounts | 28 Jul 2005 15:50 GMT | 3 |
I am in need of a script to go out and see if a certain account is locked. Tell the opertions support person the account was locked or not. and then unlock it if it was unlocked. I then need it to copy the Security log to c:\temp or somewhere.
|
| Script Error | 28 Jul 2005 15:01 GMT | 4 |
Hi, I have a script to check if the user account is enabled or disabled in my domain , buts its gives me an error: Line:1
|
| recovery and set permissions for folders from .txt | 28 Jul 2005 14:06 GMT | 2 |
We lost a disk. We have folders structure and data, but we lost a permissions for them. We have exported for AccessEnum to TXT, about one week old. Can we help me, how to through xcalc or some other load records/each line/ from export file /recursively/ and set permission to ...
|
| Using Ldifde.exe | 28 Jul 2005 11:55 GMT | 7 |
Hi , I would like to use the ldifde.exe utility because it is nice way to modify bulk entries in AD, but whenever i run the utility on my command line i get an error msg ..... "ldifde.exe' is not recognized as an internal or
|