I currently have three physical servers running ESX and everytime I want to manage a different server I have to close VIC and open it up again and enter the IP address of the other server. Surely there is a way to list all virtual servers across multiple servers.
Does anyone know how?
Spot on. Here's the corrected script which works in case anyone else comes across it :)
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("defaultNamingContext")
strDNS = "LDAP://OU=Users," & strDNSDomain
Const ADS_UF_DONT_EXPIRE_PASSWD = &H10000
Set objContainer =...
This script doesn't seem to work - can anyone see the problem?
On Error Resume Next
Set objRootDSE = GetObject("LDAP://RootDSE")
strDNSDomain = objRootDSE.Get("defaultNamingContext")
strDNS = "LDAP://cn=Auto-IT," & strDNSDomain
'I have tested this connection and strDNS comes out as...
I've just upgraded to Exchange 2007 and it appears as though the GAL's have user accounts included in them as well. Ie. Accounts I have set up in AD that DO NOT have a mailbox associated with them.
I know how to hide a mailbox from GAL, but how do you hide a normal account. More to the point...
I have started with a clean Windows 2003 Server R2 and installed IIS, ASP.NET, .Net Framework 2.0 and WSUS 3.0 SP1. I chose to install WSUS on to the alternate port (8530). After installing WSUS, I ran the "installselfupdateonport80.vbs" script in C:\Program Files\Update Services\setup - I then...
I am having all sorts of group policy problems and errors with SYSVOL. I followed the Microsoft FAQ for rebuilding the sysvol tree and came up with this:
linkd c:\windows\sysvol\sysvol\av3pdom.com.au
c:\windows\sysvol\sysvol\av3pdom.com.au is not linked to another directory.
The FAQ says to...
Well, I have a work around. I basically took all the code in stdlib.inc and put it into application.inc instead and it works. Not exactly what I wanted to do, but it fixes the issue.
Let me explain in detail, in case someone else has this issue:
All PHP files reference...
I've tried using a file system call and that fails as well. The php.ini file on the new server was copied directly from the old server, as was the entire existing code. The ONLY difference between both computers is Windows 2000 and Windows 2003.
I currently have an internal website up and running on Windows 2000 with IIS 4. I've installed PHP (5.1.4 – same version as previous) on a new Windows 2003 server with IIS 6. The setup of the boxes is exactly the same except for Windows and IIS versions.
Now when I run the php page it comes up...
Yep, firewall is turned off. Wouldn't make much difference anyway.
Windows 2008 can ping the gateway and the internet, but it can't ping the 2000 server. Yet the 2000 server CAN ping the 2008 box.
I have just installed Windows 2008 64-bit edition. I can ping my gateway, I can ping the internet but I can not ping my Windows 2000 Server. Funnily enough, the Windows 2000 Server can ping the new 2008 server.
Any suggestions, it has me absolutely stumped.
I ended up having to uninstall and reinstall IIS which was extremely difficult because it killed Endpoint Protection too, but nevertheless, problem solved.
Just a question, I google that link and got nothing. What part did you google to get the result of what it was?
The firewall logs on my client site show that the following connection is ALWAYS downloading and as you can see it is using 87% of available bandwidth. The server in question is running Windows 2003 Standard Edition.
I have uninstalled WSUS and IIS and rebooted, turned off automatic updates and...
I keep getting the following message:
"Mapi session "...." exceeded the maximum of 500 objects of type "objtFolderView""
I have read through pages and pages around the place and I know I can change a registry setting to increase the amount of FolderViews, but that does not solve my problem, it...
I'm having problems with Exchange Webmail. I can't find any instructions on how to uninstall it completely and reinstall it or any tools to repair the installation. I've gone through the Microsoft settings for IIS and all appears correct.
When I browse to the exchange address (which used to be...
Well, I basically just want to know when a user is connected to the Network with a Softphone.
For example, I have 5 remote users who connect via a softphone and I want to be able to bring up a page at 9am that shows me whether they are connected to the Nortel Network with the softphone or not.
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.