...Domain are Server(s) in ?", MsgBoxTitle)
strServer = InputBox("Which server do you wish to query services on ? " & vbCRLF & chr(40) & "Use * to query all servers" & chr(41), MsgBoxTitle)
If strServer = "" Then
WScript.Echo "No Server name provided, Service Query Script will Terminate"...
...Domain are Server(s) in ?", MsgBoxTitle)
strServer = InputBox("Which server do you wish to query services on ? " & vbCRLF & chr(40) & "Use * to query all servers" & chr(41), MsgBoxTitle)
If strServer = "" Then
Wscript.Echo "No Server name provided, Service Query Script will Terminate"...
There is a tab on the Generic Service for registry replication. everytime i attempt to place the registry key i want to sync on both nodes i get this error:
An Error occured adding registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\K...:
The parameter is incorrect.
Any ideas on how to correctly...
OK, here is the setup
Windows 2K3 Enterprise Server (2 clustered nodes)
Exchange 2K3 Enterprise (working)
Web access works great
OMA access works
- how do i get a virtual server to point directly to the OMA portion of webmail?
Keep in mind this is on a cluster. The knowledge base articles...
Bastien,
I am not sure what you mean, checking for length does not seem to really help me since just about everything is going to be a different length. I think i what i need to do is some sort of Replace(string, "what to replace", "with this") command but the problem i am...
Woodhead,
I really like this script you posted. I had some questions about it though, i am only able to return the first 2000 users in my domain. i changed the 'size limit' variable from 2000 to 5000 (even 50000) and i still only returned the first 2000, i also changed the 'page size' in...
I have a script that will drill down a specific OU, to sub OU's and then list all of the users and the groups that user is a member of. It works well but i have a problem, i cannot format the results correctly.
What i get back looks like this...
It looks like you are getting the run around. Here is a thread where someone has a script that is returing the OU.
thread329-727405
It might help you out some.
tsuji,
I have looked at your last post, and i have looked up .getobjecttext_ but i am not sure what you mean by 'three outputs' are you saying there are three specific outputs that this property returns?
FYI, I recieved a detailed list of the API calls specifically for the three executables...
You know i starting thinking about it. you could create an HR_printers group in AD, and apply a policy to that group that would have just the last part of your script as a start up script.
It is called a service but it is not one that you will see in the Service Control Panel. It is essentially a background task, in 3 parts(ctBroker, ctServer, ctWebApp) and all are exe's. I can terminate the Server and WebApp, but not the Broker.
I am not familiar with the kill command, which...
Yes, and i am a domain Admin. I thought that there might be a priority issue or something of that nature that i could downgrade then i would be able to stop the task via script but i cannot find anything
OK, i did not get a chance to test this but try this script. You will have to change some of the OU= stuff and the wscript.echo things, but it should help get you in the right direction. You need to be able to query the AD for the Username. once you do that you can return the...
...10.10.10.10
Set oWmi = GetObject("winmgmts:{impersonationlevel=impersonate}!\\"&strComputer&"\root\cimv2")
query = "Select * from Win32_Process Where name = 'notepad.exe'"
Set wql = oWmi.execQuery(query)
For Each item In wql
'WScript.Echo(item.name)...
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.