Skip to content

https://dbatools.io/getting-started/ example with command Get-DbaCmsRegServer is not correct #54

@taksis

Description

@taksis

Page https://dbatools.io/getting-started/

Usage examples

Get-DbaCmsRegServer -SqlInstance $instance | Out-GridView

Error:
Get-DbaCmsRegServer : The term 'Get-DbaCmsRegServer' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.

It should be:
Get-DbaRegServer -SqlInstance $instance | Select-Object ServerName | Out-GridView

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions