| DisplayName | Description | ID | Target | Accessibility | Category | Enabled | Remotable | Timeout |
| 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 |
| M365 Supplemental - Get App Expiration Data | By default, the task will return only the App registration used for SCOM monitoring. Use AppIdFilterRegex to return any/all other app registrations. | M365SL.GetAppExpirationData.AgentTask | M365SL.WatcherNode | Public | AvailabilityHealth | True | False | 300 |
| M365 Supplemental - Get Org Directory Usage Data | Description for the new agent task. | M365SL.GetOrgDirectoryUsageData.AgentTask | M365SL.WatcherNode | Public | AvailabilityHealth | True | False | 300 |
| M365 Supplemental - Modify Watcher Node Default Settings | Insert new values. LEAVE BLANK TO IGNORE THE SETTING. This will modify registry values to configure M365SL Watcher Node discovery. Many of these values will be used for additional M365 component configuration task default values. 'DeleteConfiguration' - Set 'True' to allow UNdiscovery of this Watcher Node component. | M365SL.ModifyWatcherNode.AgentTask | M365SL.WatcherNode | Public | Custom | True | False | 300 |