Disable OWA from Powershell in Exchange 2003??
Hello, I need to block the OWA access for some users in a specific time I know in a Exchange 2007 with Powershell can be done with a script
Set-CASMailbox -Identity name@domain.com -OWAEnabled $false
But how in a Exchange 2003 ??
Thanks.
April 28th, 2010 3:28am
You could stop the website.
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
.
"Adrian Perello" wrote in message
news:b0bd2c74-eef6-4a70-82ee-777ea3e98934...
Hello, I need to block the OWA access for some users in a specific time I know in a Exchange 2007 with Powershell can be done with a script
Set-CASMailbox -Identity name@domain.com -OWAEnabled $false
But how in a Exchange 2003 ??
Thanks.
Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
April 28th, 2010 3:31am
In Exchange 2003, Power shell could not invoke setting as you are expecting. You may look at for power shell in conjunction with WMI classes to set exchange 2003 OWA setting.Anil
April 28th, 2010 7:38am
Hi,
We can manaully disable OWA user via ADUC.
For powershell related, so far these no offically document on how to do that.
Personally, I found some interesting blogs for your reference:
Exchange 2003, WMI and Powershell - Part 1 (Get Mailbox Info)
http://get-scripting.blogspot.com/2008/07/exchange-2003-wmi-and-powershell-part-1.html
http://powergui.org/entry.jspa?externalID=1956&categoryID=47
Regards,
Xiu
Free Windows Admin Tool Kit Click here and download it now
April 28th, 2010 9:41am
Thanks for your reply the question is I'm not a programmer I still search for a solution to disable/enable owa access to some users in a time line ...
Regards.
May 8th, 2010 10:13pm