| Thread | Last Post | Replies |
|
| Visual C++ Runtime Error | 31 Aug 2007 07:08 GMT | 2 |
we're experiencing a locking-down problem on our Windows 2003 production environment. We're running Windows 2003 Server Enterprise Edition (EN) on the server, patched up to date with SP2 and all patches. So far after installing SQL Server 2005 (ENT) and the application itself ...
|
| Import a list of users from a txt or csv file to a AD group | 31 Aug 2007 02:43 GMT | 1 |
Hello, I need to remove all users from a group, and then readd them again to make efective the membership, but I got a problem, it is a group with more than 10.000 members, so I need to export to a txt or csv file, then remove them, and readd them by an import, How can I do that?
|
| Expiration dates without AD | 30 Aug 2007 22:51 GMT | 6 |
I need to run a script to enumerate objuser on expiration dates, here is a script that someone was kind enough to write for me: ' Specify NetBIOS name of computer. strComputer = "eslcws0425"
|
| Run Excel Macro | 30 Aug 2007 20:22 GMT | 1 |
I'm trying to run open a saved spreadsheet (I've got that part) and then run a macro that's already in the workbook. How do you call a macro from a vbscript file once the workbook is open? Here's what I have
|
| Need HELP Transferring Print Servers PLEASE! | 30 Aug 2007 19:01 GMT | 2 |
Hoping this is in the correct area of the forum... Ok basically just looking for the best route to switch users (About 300-400) who are using printers on a current print server (Windows Server 2003 box), we'll call print-serv1. So all the printers they use are currently on that
|
| Require a User to Logon on Using a Smartcard Script | 30 Aug 2007 16:45 GMT | 1 |
I am trying to run a script on multiple users, but the script example given by Microsoft is only good for an individual user account. HEre is the script example: Const ADS_UF_SMARTCARD_REQUIRED = &h40000
|
| Scripting Domain Controller Security Settings (System Services) | 30 Aug 2007 10:54 GMT | 1 |
I'm relatively new to Windows Server 2003 (background in Unix) and I'm looking to automate a very tedious task which we have to perform often (on each machine we ship out the door). I've got 9 different services which I have to set the "Domain Controller Security Settings"
|
| FTP batch file unable to write to folder on windows 2003 | 30 Aug 2007 09:38 GMT | 4 |
We have an ftp batch file running on a windows 2003 server sp1 that is supposed to download several files from our mainframe but is unable to write to a windows folder said files. The attribute of the folder is read only. But when we tried executing the contents of the script ...
|
| Adding Excel data validation | 30 Aug 2007 05:28 GMT | 2 |
I need to add excel data validation (list) to a cell so that when user clicks on the cell, he gets a drop down listing all possible values. I can do this using VB.net but when i am trying to do it in VB script it is not working. The code that I am using is as follows.
|
| Problem with Win32_TCPIPPrinterPort in WMI script | 28 Aug 2007 20:17 GMT | 4 |
I'm trying to get a list of the TCPIP printer ports on a Windows 2003 server. Most of these ports don't use the default IP_xxx.xxx.xxx.xxx name format, and I need to get the actual IP address for each port. I'm running the following WMI script, which came straight from the Script ...
|
| Deleting folder content older then X days | 28 Aug 2007 19:30 GMT | 6 |
Hello, can someone help me with a script that deletes all folder content that is older then XX days ? I've come up with a example at msft site which pretty much i think covers what i need/want, but some how, not being experienced at scripting and actually being completly new, i ...
|
| Testing for Hidden Files | 27 Aug 2007 00:49 GMT | 13 |
I have scripts for hiding/un-hiding folders but would like to learn how to test whether or not the folder(s) are already hidden or not (basically all I have is an on/off switch at the moment). Also, I'd like to create a script that will tell Windows Explorer to not show
|
| Script . | 26 Aug 2007 18:34 GMT | 1 |
Hello, We have a domain controller and users, the command line is disabled for users but they write this word 'command' in notpad ->save as->change the extensions of the file to .bat or .cmd (For ex : test.bat) ->2 clic on that
|
| copying a folder with a variable name | 25 Aug 2007 13:45 GMT | 2 |
Const OverwriteExisting = TRUE Below is my script. I have a popup box that asks the user for the name of the file that needs to be inserted into the file location. The script will not work. I know that the name of the file I enter in the popup box, when
|
| Problem with Powershell on network drives | 24 Aug 2007 12:34 GMT | 1 |
We are experiencing a somewhat strange problem with Powershell on network folders: PS H:\> dir Get-ChildItem : Das angegebene Pfadformat wird nicht unterstützt.
|