Group:  English: Windows Server ยป microsoft.public.windows.server.scripting

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
14 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  
default printer on terminal server
hi i need to set default printer by computer name (workstation(win98,winxp) that run terminal server 2003 session ) . ther is windows inv' cold "clientname" that can use me who can i get him ?. i have the line Dim objPrinter Set objPrinter = CreateObject("WScript.Network") objPrinter.SetDefaultPrinter "printer01" your miki...
1 25.06.2007 20:04:01
BackupEventLog Error Code?
Hi, I got the error code: 5 form BackupEventLog when I wanna to backup event log into a file. But I cna't find what does the mean of the error code:5? Have anyone can tell me? Thanks......
2 25.06.2007 17:55:00
problem deleting folders with WMI
Howdy- I'm aware of the post-XP SP2 changes for the Win32_Directory (or Win32_Subdirectory) Delete methods (where you can't delete a directory if a subdirectory exists), but still can't seem to successfully do what I want - which is delete user profiles from remote machines using WMI & VBScript. Even if I copy/paste the code in: http://www.microsoft.com/technet/scriptcenter/resource...
2 25.06.2007 17:36:01
Need help invoking logon script after logging in to VPN authenticated by RSA software token
Hi, I need help invoking a logon script. We are implementing RSA Software Tokens for VPN authentication, and it changes the order of the login process. The strong authentication solution is aimed at users with laptops who login remotely. Current Set-Up: 1. Cisco VPN client appears before the Windows GINA. 2. User authenticates to the VPN client and establishes an IPSEC tunnel. 3. Us...
6 25.06.2007 15:57:59
MS Outlook 11.0 Object Library & MS Outlook 12.0 Object Library
Hi everybody, I have an excel file including a macro to send an e-mail for notification before it is saved. I used MS Outlook 11.0 Object Library reference and it worked successfully for Office 2003. One of my collegues has Ofiice 2007.When he opened the same file in his own PC and run the macro, it is changed to MS Outlook 12.0 Object Library reference automatically. So if somebody r...
1 25.06.2007 14:38:00
MCSE Certification
If you want to know how to migrate a Dfs configuration and determining BIOS data on Windows 2000, visit: http://www.it-techexperts.com/MCSE/HTWin01.asp ...
1 25.06.2007 08:50:10
Server config and security fixes listings
Hi, Looking for detail listing of server configuration and resources like CPU, Memory, Disks, RAM etc. And listing of OS Version, SP as well as all the security patches or fixes installed. Can someone help? thanx ...
1 25.06.2007 06:28:04
Copy Active directory Users to a SQL DB table - Daily
Hello, I am trying to write a script using VBScript that gets a lise of all active users in Active Directory incl specified attributes 1,2,3..etc (if possible also specify which users to leave out eg.users in OU x) and then adds them to a table in a MS SQL database. Table will have corresponding columns..name, email,samAccountName,Attrib1,Attrib2 etc And then daily scheduled runs of the ...
6 24.06.2007 22:56:05
Urgent!!! Base24 Professionals for Singapore
VAM SYSTEMS is a Business Consulting, IT Technology Solutions and Services company with operations in UAE, Qatar, USA, Singapore & India. We are urgently looking for Base 24 Professionals for our Singapore operations with the following skill set and terms and conditions: Skill Set required: Skills: 1. Strong development and administration experience on Base24 2. Experience on Golden gates ...
2 23.06.2007 14:53:01
Scrip Help
I have created this script to remove a user's home drive from the server by reading AD. The script is as follows: Can you check why this doesn't work? dim strUser, strDomain, strUserDN dim objUser, objTrans, objFSO, objFolder dim HomeShare Const ForReading = 1 Const ADS_NAME_INITTYPE_GC = 3 Const ADS_NAME_TYPE_NT4 = 3 Const ADS_NAME_TYPE_1779 = 1 strUser = InputBox("Enter User ...
2 22.06.2007 16:29:59
Script to automatically move cluster groups between two nodes
Hello all, I set up a two node cluster running Windows 2003 Server Enterprise. The nodes need to be put on a reboot schedule. Instead of having the cluster groups automatically fail-over when the primary node is being rebooted, I would like the cluster groups to instead be "gracefully" failed-over first to the secondary server before the primary is rebooted and vice versa. I am wonder...
3 22.06.2007 14:57:01
Help modifying group access through GPO
I am trying to add a domain admin group to a local admin group across multiple machines in various OU's in AD using a GPO. How do I configure this? I am new to scripting through GPO's and I cannot figure this out....
2 22.06.2007 11:55:18
Export Local Account Password
Users work on a Terminal Server (12GB). This server runs as a workgroup (not as a domain). Each user on the Terminal Server retrieves their emails from an Exchange Server (SBS), which is a domain controller with active directory. It works well but passwords are set manually and the Terminal server (12GB) must have the same password as the Exchange Server (SBS) I am looking for a scrip...
5 22.06.2007 02:59:57
Urgent!!! VB Developers for UAE
VAM SYSTEMS is a Business Consulting, IT Technology Solutions and Services company with operations in UAE, Qatar, USA, Singapore, Australia and India. We are currently looking for a team (4 to 8 developers) VB Developers for our UAE operations with the following Skill Set and Terms & Conditions Skill Set required: Skills: 1. Strong Development experience VB, VB Scripting, SQL and Delphi. ...
2 21.06.2007 12:49:33
SID Histoery Check
Can any one please help me with a script to verify that teh SID history in my new 2k3 AD macthes the SID of the migrated account from my legacy Nt4 domain? Thanks in advance Adeola...
1 20.06.2007 20:05:41
Disable "Require Secure Verification (HTTPS)...
Hey gang.... I'm running a VB script as my login script in a NT domain. Does anyone know the command syntax or registry key that controls the checkbox in the Security Settings for the "Trusted Sites" zone in Internet Explorer's settings? I want to disable (uncheck) this box via the login script if I can. Thanks! Michael...
1 20.06.2007 18:05:00
Scripting Help!!! Please!!!
Hi I have created this script to remove a home directory from searching the AD Const ForReading = 1 Const ADS_NAME_INITTYPE_GC = 3 Const ADS_NAME_TYPE_NT4 = 3 Const ADS_NAME_TYPE_1779 = 1 strUser = InputBox("Enter User Name") strDomain = "Globalinfra" Set objTrans = CreateObject("NameTranslate") objTrans.Init ADS_NAME_INITTYPE_GC, "" objTrans.Set ADS_NAME_TYPE_NT4, strDoma...
5 20.06.2007 12:03:00
we need a script to change folder permissions and folder ownership
We had our server go down and when we restored the files to another server all users hae access to all folders and the admin has ownership. We want to automate changing the permissions on the folders to the user and give the ownership. We have over 2000 folders to re-do and a script would greatly cut down on my time spent on this....
1 20.06.2007 09:18:01
scripting to change attributes address in AD
Modify Users Accounts Address Attributes in my Active Directory ...
2 19.06.2007 16:27:26
Move file script?
Does anyone have a script up their sleeve, which will move a file from one location to another? Cheers ...
3 19.06.2007 11:26:01
Move script works in 2000 but not 2003
This script works on Windows 2000 but seems to have an issue with 2003 as I get a 'system cannot find the file specified" message. This is running in batch and we skip the most recent file so it doesn't try to move the sysout file of the job that was actually doing the move and thus incur a sharing violation. Any help would be great. for /F "skip=1" %A in ('dir \\mlisdistfsp\C$\Program Fi...
2 19.06.2007 00:14:46
Delete all occurences of a file
Is it possible to delete all occurences of a particular file on the local c: drive when a user logs on? Mayby pipe the dir/s command to a file or something like that? Thanks. ...
2 19.06.2007 00:12:16
Win32_PerfFormattedData_PerfOS_Processor
Hi, I'm trying to use WMI to calculate cpu usage. I'm running the following script into a W2K3 box. It works fine, but I had some doubts about the values that I receive. Reading MSDN (http://msdn2.microsoft.com/En-US/library/aa394271.aspx), it tells that PercentProcessorTime "This property was designed as a primary indicator of processor activity". Ok, but I want to break it into user t...
1 18.06.2007 17:49:14
Need to check for running services
I am trying to devise a script that will run against a remote server to check the status of Services that are set to start on boot (automatic). I have been looking at the sc.exe utility. It looks promising using the query or queryex switch, but it only shows the running services. Actually what I could use is a script that checks for boot services that are NOT running (stopped). I need t...
7 18.06.2007 15:14:09
Logon Hours
I manage a Windows NT network and use User Manager or a Net User command to change a users logon hours, however I'm looking to see if it possible to do this via vbscript. I've done various searches on the internet and found scripts to do different things to a user account except change their logon hours. The nearest I've got is to either copy another users hours or read and display the ...
7 18.06.2007 12:27:32
14 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net