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...
Ok. Now I have:
require("http://localhost/timetracker/lib/stdlib.php");
$ME = qualified_me();
die;
And i'm still getting:
Fatal error: Call to undefined function qualified_me() in C:\Webmodules\timetracker\lib\application.php
stdlib.php contains:
<?
function me() {
if...
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...
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.