Skip to main content

Home/ PowerShell/ OWA Change Password
anonymous

OWA Change Password - 0 views

Powershell IT Ex2010

started by anonymous on 19 Jun 12
  • anonymous
     
    OWA Change Password status

    With this command you can query the status.
    Get-OwaVirtualDirectory | ft name,server,owaversion,changepasswordenabled

    With this command you can change it.
    set-owavirtualdirectory -identity -ChangePasswordEnabled $false

To Top

Start a New Topic » « Back to the PowerShell group