Hi All!
We are migrating to MS Exchange and we've created a script wich "should" creates the Mailboxes on our Exchange servers in different storage groups. We are using the following:
Const CExchangeTargetDatabase="CN=1 Mailbox Store 1A (Server1),CN=2 Storage...
Hi, Thanks!
In my test environment it was working but now there seems to be something wrong in this line:
--------
intReturn = WshShell.Run("C:\Program Files\Cent\InstCent.bat", 1, True) 'or False
--------
??? I don't know what ???
Thx 4 help!
Hi All!
I'd like to check if a file exists, if it exists the script should go on and do nothing, if the file doesn't exists the script should start a batch file for software installation.
In .bat it would look like this:
----------------------------------
if not exist...
Hi All!
Is it possible to export all files of my fileserver which have a macro.
We'd like to upgrade office xp to office 2003 and therefore we have to know each file which has an macro to test if the macros are also working with office 2003.
Thanks
Hi All!
I'd like to use the following scritp to set the password for service accounts in my domain, but how do I have to modify the script to use usernames and passwords without a InputBox, so that I can add the userenames and passwords hardcoded...
Thanks, if found a scrip. But now I have the problem that the name of the file is changed every day. In my script I have the following line to specify the filename:
filespec="\\myfileserver\VPHOME\file1.XDB"
How can I use just the file extension (.XDB)???
I tried...
Hi All!
I'd like to create a script which detects the date of a fiel (virus definition file) and add it to a line in a html file.
The goal is to have an html file, for example, with the line: virus definition: >date of file<
Hi All!
I'd like to check for a file on my local PC and if it's not exist it should be copied from UNC path to the local folder.
The script is needed to check if the wallpaper.jpg is stored on the local PC's of the users if it's not stored in the specified folder it should be copied from our...
It's me again ;)
Whats wrong in this Script???
-----------------------------------------
On Error Resume Next
Const HKEY_LOCAL_MACHINE = &H80000002
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
".\root\default:StdRegProv")
Set WSHShell = CreateObject("Wscript.Shell")...
Thank's!
But how can I merge this scrips???
I'd like to map a network drive when two parameters of the script are conform!
For example: When a specified group and a specified logonserver (GetLogonServer.vbs)or IP range (GetDHCPIPaddress.vbs) are matched then should be a drive mapped...
Hi All!
I’d need a script fort he following case – who can hep me?!?
I have one (active directory) domain with 7 locations and 7 different ip-ranges. The users in our environment are getting 3 network drivers mapped.
My problem now is when a user from location1 moves with his laptop to...
Hi All,
I'd need a script which adds selected (domain)users on selected (domain)computers to the local "Power Users" group of the PC.
For example only >DomainUser1< should get a member of the "Power Users" group of >DomainComputer1< (only on this computer).
Is that possible?!? Please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.