![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Programatically disable OWA access ?? easy enough to do this For OMA with Qaduser get-qaduser $chngUser -IncludeAllProperties | Set-QADUser -ObjectAttributes @{msExchOmaAdminWirelessEnable='7' } any body know how to doe this for OWA ? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Programatically disable OWA access ?? voodooking wrote: Quote: > easy enough to do this For OMA with Qaduser > get-qaduser $chngUser -IncludeAllProperties | Set-QADUser -ObjectAttributes > @{msExchOmaAdminWirelessEnable='7' } > > any body know how to doe this for OWA ? > > Near the bottom of this article, it seeem to cover how to disable OWA: http://www.msexchange.org/tutorials/...007-Part1.html Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Programatically disable OWA access ?? Set-CASMailbox user -OWAEnabled $true ----- Shay Levi $cript Fanatic http://scriptolog.blogspot.com Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic Quote: > easy enough to do this For OMA with Qaduser > get-qaduser $chngUser -IncludeAllProperties | Set-QADUser > -ObjectAttributes > @{msExchOmaAdminWirelessEnable='7' } > any body know how to doe this for OWA ? > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Programatically disable OWA access ?? Oops.. to disable OWA access use $false. ----- Shay Levi $cript Fanatic http://scriptolog.blogspot.com Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic Quote: > Set-CASMailbox user -OWAEnabled $true > > ----- > Shay Levi > $cript Fanatic > http://scriptolog.blogspot.com > Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic Quote: >> easy enough to do this For OMA with Qaduser >> get-qaduser $chngUser -IncludeAllProperties | Set-QADUser >> -ObjectAttributes >> @{msExchOmaAdminWirelessEnable='7' } >> any body know how to doe this for OWA ? |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Programatically disable OWA access ?? sorry folks should have mentioned - NOT exchange 2007 exchange 2003 "Shay Levi" wrote: Quote: > Oops.. to disable OWA access use $false. > > ----- > Shay Levi > $cript Fanatic > http://scriptolog.blogspot.com > Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic > > > Quote: > > Set-CASMailbox user -OWAEnabled $true > > > > ----- > > Shay Levi > > $cript Fanatic > > http://scriptolog.blogspot.com > > Hebrew weblog: http://blogs.microsoft.co.il/blogs/scriptfanatic Quote: > >> easy enough to do this For OMA with Qaduser > >> get-qaduser $chngUser -IncludeAllProperties | Set-QADUser > >> -ObjectAttributes > >> @{msExchOmaAdminWirelessEnable='7' } > >> any body know how to doe this for OWA ? > > |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Programatically disable OWA access ?? Take a look at ADModify.net... I want to say that this is an option that you can set. You can use a custom LDAP query to select only the users you want to disable this option... ADModify.net has a lot of settings that can be modified for Exchange 2003... HTH Ozone |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Programatically disable OWA access ?? thanks folks if anyone is interested answer is get-qaduser $chngUser -IncludeAllProperties | Set-QADUser -ObjectAttributes @{protocolSettings='HTTP§1§1§§§§§§, IMAP4§0§1§4§ISO-8859-1§0§1§0§0, POP3§0§1§4§'ISO-8859-1§0§§§ } "Ozone" wrote: Quote: > Take a look at ADModify.net... I want to say that this is an option > that you can set. You can use a custom LDAP query to select only the > users you want to disable this option... ADModify.net has a lot of > settings that can be modified for Exchange 2003... > > HTH > Ozone > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Disable access to folder | General Discussion | |||
| How do i access the BIOS so i can disable hardware? | Drivers | |||
| How to administratively disable network access? | Virtual PC | |||
| Disable quick edit mode programatically? | PowerShell | |||
| Disable Ease of Access | Vista security | |||