Is there a dbaTools command that you are familiar with that will add new target to the SQL Server Agent (MSX)? I tried looking for their docs and couldn’t find one.
]]>Thanks.
Kind regards,
Fabian
Get-DbaRegisteredServer -SqlInstance localhost -group QA -ExcludeGroup QA\QA_DW
still shows entries that list ‘QA\QA_DW’ for group.
How can I omit a subgroup? Neither -ExcludeGroup ‘Group\Subgroup’ nor -ExcludeGroup ‘SubGroup’ works.
]]>