The LogonPagePublicPrivateSelectionEnabled parameter of the Set-OWAVirtualDirectory cmdlet specifies whether the Outlook Web App sign-in page includes the private computer or public computer sign-in option. The following example will enable the Private Computer checkbox on server EX1, as show below:
Set-OwaVirtualDirectory "ex1\owa*" -LogonPagePublicPrivateSelectionEnabled $True
You need to reset IIS after configuring the OwaVirtualDirectory using the IISRESET command:
iireset /noforce /timeout:120
The default cookie timeout value in OWA for Private Computers is 8 hours of user inactivity. The default timeout value for Public Computers is 15 minutes of user inactivity. If you wish to change these values use one or both of the following commands:
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PrivateTimeout -Value <amount of time> -Type DWORD
Set-ItemProperty 'HKLM:\SYSTEM\CurrentControlSet\Services\MSExchange OWA' -Name PublicTimeout -Value <amount of time> -Type DWORD
The values above are specified in minutes. You'll need to reset IIS after changing these values.
Great piece of information here. I do a question though, this method make private the default setting. How do I change it to make public the default option.
ReplyDeleteya screwed me overrrrrrrrrrrrrrrrrrrrrrrrr!!!!!!!!!!!!
ReplyDelete