This turned out to be an issue with not modifying the $dom variable. To wit:
[string]$dom = "LDAP://" + $dc + "/DC=example,DC=local" needed to be: [string]$dom = "LDAP://" + $dc + "/DC=amico,DC=com" for Stefan. Regards, Michael B. Smith MCSE/Exchange MVP http://TheEssentialExchange.com From: Stefan Jafs [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 4:07 PM To: MS-Exchange Admin Issues Subject: RE: Tracking disk space consumption Yes! __________________________________________________ Stefan Jafs From: Michael B. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 15:59 To: MS-Exchange Admin Issues Subject: RE: Tracking disk space consumption Are those valid INTERNAL names for those servers? Regards, Michael B. Smith MCSE/Exchange MVP http://TheEssentialExchange.com From: Stefan Jafs [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 2:49 PM To: MS-Exchange Admin Issues Subject: RE: Tracking disk space consumption Param ( [string]$dc = "adc.amico.com", [string]$exchange = "mail.amico.com" __________________________________________________ Stefan Jafs From: Michael B. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 14:41 To: MS-Exchange Admin Issues Subject: RE: Tracking disk space consumption This email and any attached files are confidential and intended solely for the intended recipient(s). If you are not the named recipient you should not read, distribute, copy or alter this email. Any views or opinions expressed in this email are those of the author and do not represent those of Amico Corporation . Warning: Although precautions have been taken to make sure no viruses are present in this email, the company cannot accept responsibility for any loss or damage that arise from the use of this email or attachments. ~ Ninja Email Security with Cloudmark Spam Engine Gets Image Spam ~ ~ http://www.sunbeltsoftware.com/Ninja ~
