| M365 Supplemental - Configure Watcher Node Default Settings | This will write registry values to configure M365SL Watcher Node discovery. Many of these values will be used for additional M365 component configuration task default values. To keep any existing configuration from being changed, use -1. Otherwise the configuration will get overwritten with the parameter defaults. 'DeleteConfiguration' - Set True to allow UNdiscovery of this Watcher Node component. If this task fails it is likely because no profile exists for the default action account on the target. This usually occurs when the default action account is a domain service account. This is common scenario on a SCOM management server; when the Management Server default action account is a domain account and that account has never been used to log into the mgmt server. To create a profile easily, remotely, you can use the following PowerShell snippet. Run this on the SCOM management server; it will create the user profile on the target watcher node (even if the target is the mgmt server). Enter the correct account name and computer name: $Cred = Get-Credential -UserName 'Domain\RunAsAccount' -Message "."; Enter-PSSession -ComputerName 'WatcherNodeFQDN' -Credential $Cred | M365SL.ConfigureWatcherNode.AgentTask | Microsoft.Windows.Computer | Public | Custom | True | False | 300 |