Defaults and Preferences
Defaults available in Power Manager.
Defaults can be read, written, and removed with the macOS defaults
command line tool.
Key | Value | Default | Description |
---|---|---|---|
autoConnectRemote | boolean | false | Automatically reconnect to remote connections upon relaunching. |
softwareupdate.check | boolean | true | Automatically check and alert administrator users about available software updates. |
management.service | string | sudo | Restrict access using this PAM service. |
DSSWPMAKServicesDefaultWideDomains | boolean | false | Search all Bonjour domains. If false, search only .local when searching for Power Manager services. If true, search all available domains. |
DSSWPMAKServicesResolveTimeout | float | 30.0 | Seconds before timing out service address resolutions. |
To enable automatic reconnection of remote schedulers use the following defaults
command:
defaults write uk.co.dssw.powermanager.standard autoConnectRemote YES