| Thread | Last Post | Replies |
|
| Looking for a script to delete files older than 14 days | 31 Mar 2008 10:01 GMT | 2 |
Please help I am looking for a vb/batch file that can delete files older than xx days. Also the script should have a output so that l may Blat the report. Thx.
|
| How to force a logoff in a logon script? | 30 Mar 2008 21:24 GMT | 7 |
I would like to create a domain logon script, that would run on Windows XP computers, that would test for certain group memberships. If the tests failed I would like to not allow the user to login into that particular computer. My question is how do I abort the logon process in
|
| how to change default gateway | 30 Mar 2008 14:13 GMT | 2 |
Here is my script to change the ip address, mash and default gateway but the default gateway is not being changed strComputer = "." IPAddress = InputBox("Enter IP Address")
|
| Polling 'last logged on' User Property in AD | 30 Mar 2008 00:27 GMT | 5 |
Hey I was just wondering if anyone had the powershell syntax for being able to poll the 'last logged on' property of a user account in AD? The script repository seems have everything except for this. Thanks.
|
| Create mailbox using CSV with calender settings | 28 Mar 2008 08:15 GMT | 3 |
I am trying to add Set-MailboxCalendarSettings, such as AutomateProcessing, DeleteSubject, DeleteComments into the below script, but not sure on the syntax. Any help would be great. $Password=Read-Host "Enter Password" -AsSecureString
|
| Script to convert partations from fat32 to ntfs | 27 Mar 2008 21:18 GMT | 1 |
i want script to convert c: , d: , e:, f: from fat32 to ntfs thanks
|
| reading one text file and creating another in another format | 27 Mar 2008 17:37 GMT | 1 |
I have a file named metro.dat that is comma delimited in the following format: ItemNumber,Quantity ItemNumber,Quantity example:
|
| Script to find host names from list of IPs | 26 Mar 2008 11:11 GMT | 8 |
I am looking for a script which can read a .txt file with a list of IP addreses and fetch me the hostnames. Ideally the output format should be "IP: xxx.xxx.xxx.xxx Host Name: ABCXXX". Could someone help me please? I may not have admin access on some of the boxes, the script I am ...
|
| new to scripting.. the below script stops after first run.. | 26 Mar 2008 04:38 GMT | 2 |
I'm in the middle of migrating DNS and DHCP from unix services to MS DNS/DHCP.. I have exports from my unix servers that aren't compatible with MS for a straight import so I've fiddled with the data, and now I want to just run the same script many times and pass it a bunch of ...
|
| Regedit problems through scripts | 25 Mar 2008 20:16 GMT | 7 |
Win 2k3 Domain Windows 2000 & XP PC's I hope I'm in the right area for this. I'm trying to push out a registry edit through a batch file login script.
|
| Simple script to rename file and add data. | 25 Mar 2008 20:06 GMT | 2 |
I can do very simple scripts but I need a little help with one. Basicly we want a sure to click on bat file and it will move a file and rename name it with filename/date it was moved. So we have a file:
|
| VBS to get product ID from HP Proliants | 25 Mar 2008 14:27 GMT | 2 |
I can get the serial number from my Dell and HP servers with this strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root
|
| MS Paint? | 24 Mar 2008 23:45 GMT | 4 |
Is it possible to script control over MS Paint? I'd like to open a BMP file and save it as a JPG but I can't seem to find any examples on how to script MS Paint. Or is there a better way to do this? Thanks in advance,
|
| creating Home folders | 24 Mar 2008 15:44 GMT | 3 |
We have Windows 2000 AD. I need to create Home Folders for existing users (currently they are on a Novell file server we're trying to shut down). There is no folder set in the AD profile currently. I'd just assume use a logon script that points users to the right place afterwards ...
|
| A script to list shares with permissions | 24 Mar 2008 11:37 GMT | 6 |
Hello, Please help. Is there a script that can list all share from a server listed in a text file that will include the share permissions and ntfs permissions?
|