| Thread | Last Post | Replies |
|
| Archive files | 30 Oct 2008 19:56 GMT | 2 |
I would like to be able to right click on a file or folder and click "archive" and it should take the file or folder, copy it to a subfolder in the present directory called archive, and then rename the file/folder copied with a date suffix.
|
| WMI | 28 Oct 2008 20:54 GMT | 8 |
I'm starting to using (WMI) I downloaded the WMI code creator and scriptomatic and I used the Win32_UserAccount, but this doesn't give me the last time that they logged on? I'm starting going crazy with this... :(
|
| scheduling deletion of specific files from folders | 28 Oct 2008 12:06 GMT | 3 |
hi , everyone I have a script that deletes specific file extension. I now wanna run it as a batch file and schedule it. The problem is that at the end it pops up a message box to report the no files that it deleted. How do I remove the msgbox from the script so that it runs fine ...
|
| Help Urgent!! | 23 Oct 2008 07:59 GMT | 1 |
we have our build which gets copied to our central server once the build copy is completed i want to schedule a task such that its copies the build file to my local system I need to write a script for doing this..
|
| Script Help | 23 Oct 2008 01:01 GMT | 9 |
I have 2 questions I hope that script experts could help me. 1- I've a huge task to complete. It's my job to get a list among dozens of servers (2000 and 2003) a list of
|
| Users logon script fails without error | 22 Oct 2008 04:28 GMT | 2 |
I'm having issues with a simple logon script I am trying to run. Th script simply removes existing network shares and then adds some networ shares. I have put the script at \\domain.com\NETLOGON\LogonScript.vb an that is what I put at the users User Properties->Profile->Logi
|
| Changing File System Permissions and Ownership in Powershell | 21 Oct 2008 18:15 GMT | 1 |
I'd like to change NTFS file system permissions using Powershell, both at the command line and from a Powershell script. I come from the Unix world, where it's pretty straightforward: To change ownership, you use the 'chown' command, and to change
|
| ERRORLEVEL | 20 Oct 2008 09:05 GMT | 16 |
I'm trying to do errorlevel handling but not with expected results: Code: Net use \\%%a P@ssw0rd /User:mydomain\admin IF NOT ERRORLEVEL 0 (
|
| Account Expiration Script - Notify Manager | 18 Oct 2008 02:19 GMT | 1 |
All, Thanks for any help you can provide. I'm a novice at vbs scripting. I've taken parts of existing scripts to create an Account Expiration script. The intent is to find all accounts expiring in 14 days and
|
| tasklist | 17 Oct 2008 22:39 GMT | 3 |
"Server buffers are full and data cannot be accepted" this is the message I get when I type in this command at a DOS prompt on some of my servers. Others it displays the expected results. I suspect a configuration variable is not set right or high enough. Does anybody have a
|
| Script based on Connecting Client IP Windows Terminal Server | 17 Oct 2008 22:13 GMT | 1 |
Hey I got a good scripting question for you gurus out there. We are trying to write a script that will copy certain files to a user desktop when they log onto a Windows Terminal server. Sounds easy but does anyone know how you can check against a clients connecting IP address. We ...
|
| Need Help with Scipts | 17 Oct 2008 20:52 GMT | 2 |
I have been tasked with creating a script that will rename computers on my network. The script should be able to do the following. Rename the computer name to the serial number of the computer Change the computer description to the username of the logged on user.
|
| How to connect to remote server from a machine over the network and query active directory for groups , users, computers which will be given by the user | 17 Oct 2008 17:34 GMT | 5 |
How to connect to remote server from a machine over the network and query active directory for groups , users, computers which will be given by the user
|
| easy one - how many instances of a process are running? | 16 Oct 2008 18:02 GMT | 2 |
I need a script that will tell me how many instances of a process, in my case excel.exe, are currently running. I need to call the script from our server monitoring app, so a .bat command file should work fine. Anyone?
|
| uncheck Allow inheritable check box on all subfolders | 11 Oct 2008 23:36 GMT | 4 |
i need to uncheck the ";allow inheritable permissions from the parent ....." checkbox and select copy from all subfolders in a folder. how do I do that without going through one by one?
|