This thread is a changelog for the WithSecure Policy Manager and Policy Manager Proxy products.
š Click here to see the most recent change log and bookmark the discussion to be notified of any updates.
includeSubDomains
This release introduces changes in MSI arguments. Now, during a clean installation, the non-default locations for Policy Manager Server and Policy Manager Console data folders can be set using the MSI parameters DATADIR and CONSOLE_DATADIR.
For installing Policy Manager with data folders at D:\WithSecure\, use the following command:
msiexec /i policy-manager.msi DATADIR=D:\WithSecure\PMData CONSOLE_DATADIR=D:\WithSecure\PMCData
Note: By default, the installation process places the Policy Manager Server and Policy Manager Console data folders under theĀ C:\ProgramData\WithSecuredirectory.
C:\ProgramData\WithSecure
If the Policy Manager or Policy Manager Proxy host does not have a direct internet connection, specify the HTTP proxy configuration as 'PROXY_SERVER' MSI argument for example by running an MSI file from the command line and passing the arguments to it:
msiexec /i policy-manager.msi PROXY_SERVER=http://proxy.example.com:8080
Use percent encoding for any reserved URI characters in the user name or password. For example, if the password is ab%cd, you need to enter it as follows:http://user:ab%25cd@proxy.example.com:8080
Policy Manager is an on-premise application providing a central location for managing security applications across different operating systems.
Policy Manager can be used for:
Note: see user guides for full list of system requirements.
As of version 16 managed clients are now using new backends to function. In case external network connections are controlled in the company, please allow all connections to *.fsapi.com or white-list this list explicitly:
It is now required to have Policy Manager server address defined at the Root domain level. It is still possible to override values for subdomains, i.e. Policy Manager host has specific alias for certain location.
Windows editions of Policy Manager and Policy Manager Proxy are now using MSI for installation.
New directories and registry keys are now used for both Policy Manager and Policy Manager Proxy
If you use KB instructions written for earlier versions of the Policy Manager (i.e. requiring additional_java_args overrides) adjust locations correspondingly.
By default Policy Manager MSI always installs both Policy Manager Console and Policy Manager Server. In case Server is not required and you are installing Console to connect to remote Server, use 'NOSERVER' MSI argument overridden to ātrueā, for example by running an MSI file from the command line and passing the arguments to it:
msiexec /i policy-manager.msi NOSERVER=true
If you wish to override destination directory for the installation, use 'TARGETDIR' MSI argument to override it, for example by running an MSI file from the command line and passing the arguments to it:
msiexec /i policy-manager.msi TARGETDIR=C:\CustomDirectory
Main Policy Manager and Policy Manager Proxy services are now called wspms (WithSecure Policy Manager).
F-Secure Automatic Update Server service is no longer used, there is no replacement service.