When creating a New Backup Set, failing to specify all the required Notification Parameters results in an unimformative Error, e.g.
New-DSClientWinFsBackupSet: Object reference not set to an instance of an object.
If possible, the Notification Parameters should be added to a Parameter Set with the required Parameters marked as Mandatory, alternatively, add custom parameter validation and output an appropriate error.
When creating a New Backup Set, failing to specify all the required Notification Parameters results in an unimformative Error, e.g.
New-DSClientWinFsBackupSet: Object reference not set to an instance of an object.
If possible, the Notification Parameters should be added to a Parameter Set with the required Parameters marked as Mandatory, alternatively, add custom parameter validation and output an appropriate error.