I have written a script that copies several files from a local machine to a list of server. It is straight forward and works... for the most part.
I need the files copied to the C$\%windir%\s...
Hello. We are using Windows XP in a Server 2003 environment. We would like to be able to specify a users profile path depending on which workstation they logon to. If using a laptop profile A ...
I have very limited VB Skills. I am looking for a VBS script to search through AD for account based on EmployeeID's in a CSV file and then delete the account.
I have a mailbox GUID I want to match to an Active Directory User account. This search code works with other filters so I know the ADO code is solid. The mailbox GUID is known and matches an e...
Hello Experts,
I'm wondering is there a way yo;u can execute Shell Commands in VBS?
I know, in VB6 you need to special declarations.
I need to do something like this:
I am working on a project in which I am venturing into new terrirorty. I have written an HTA which we use internally to create User accounts which is submitted by HR. The issue I am having n...
Hey guys
i am working on this script below, however it errors out please see attached screen shot, what i am trying to do it run a quesry on a specific OU and if older then lets say 90 days...
I need to write a script to add an Internet Explorer Add-On. Ideally it should be VBScript/Windows Scripting Host (not ASP VBScript). It needs to emulate the following script extracted from an...
What i am trying to do is output to a text file what answer the user pick.
So the text file should say.
Page 1 = Yes if there right
and
Page 1 = No if there not right.
Hi,
I have a great little bad UPN script below that basically goes out within AD and searches for anything that isn't @abc.com, it then breaks it's findings down by second level OU. To...
Hi all -
I would like to do 2 things and add them to my logon script.
1) Copy a url link and icon for it from the server to each desktop and make it universal to every version of windo...
Can someone provide my either sample code or help I need a vb script to change the IP address of a Host record in my Windows 2003 Active Directory DNS server?
Thanks.
Hi ,
I need a script to stop and disable the below services on servers resides under Multiple child Domains,
1. Telephony
2. Wireless configuration
3. Help and Support.
Most of the serve...
I have a backup script that I use that is a .cmd extension.
It works fine and does what I need it to do.
But I would like to transfer this into a VBS script as that has a bit more power ...
I am almost finished with my VBS logon script which is below. The problem is I get prompted to run it which I don't want users getting, I want it to just run even if they are not a local admin...
Hi,
I want to be able to load a .ini file and create a form with tab heading based on the [] bits populated with checkboxes from the details (sorry i don't know the terminology for .ini's)
e...
Looking to do this using VB:
reg add "hkcu\software\microsoft\windows\currentversion\internet settings\url history" /v DaysToKeep /t REG_DWORD /d 30
Here is the VB code we have...
This should be fairly simple, but I need the solution rather quickly.
I am using the code below (thanks, leakim971) to delete values from a text file. It was working fine, but now it must b...
I have a list of ip address of machines that I need to push a file to.
The machines aren't on my domain so I'll have to use a different username and password to the one I'm logged in as
...
I need a logon script that prompts a user to accept a computer use policy. The script will first check if the user has accepted the policy previously if the user has, nothing happens, if the ...
Hi x-perts,
I have some public vars wih specific types linked to a referenced library, ex
Public lastResult As RiskFitResult
This requires a specific DLL with RiskFitResult definition...
Hi,
I have this script to copy a txt file into multiple subdirectories.
How can I make it dynamic and incorporate current directory so all I need to do is change the .txt file name, run ...
Hello,
I am attemping to complete a VB script to consolidate worksheet data from hundreds of individual workbooks into a single summary workbook. Due to the nature of the work process, the ...
I need a script to delete multiple folders from multiple drives in a DVR Computer, the main DVR software should only keep my files for 30 days but it isnt, i cant format the entire system and...
The below code is created by Rob and i am looking for help in making some changes in it. The below uses a CSV file at the backend, i want it to convert it to MDB. I want it to use Ms-Access at...