Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Configure your instance as if it was were a normal instance.

Note

To determine which repository is used, you may need to allow the current value of the ActiveRepositoryConnection property
 in the DesktopClient.ProperitesProperties.Settings class.

Also, you can remove monitored instances through the user Tree View by right-clicking the DMSO Instance to remove and selecting the Delete option.

...

Code Block
languagepowershell
New-SQLdmMonitoredInstance -Path Instance1 -Cluster MgmtCluster -WindowsAuthentication -tags production,finance

Finally, you can add remove a DMSO Instance through PowerShell Cmdlet:

...