aRickInTheMud

Results 4 comments of aRickInTheMud

I'll second that it is a limitation. The entries are stored in `[msdb].[dbo].[sysmanagement_shared_registered_servers_internal]`, and there are no other columns to store connection parameters, just the name of the registered server,...

I can see how -Exclude parameters can be useful for commands that make changes, or so you don't have to process a bunch of objects only for the output to...

I'm not sure this is really a bug. The Parameters property is an array of objects, each with their own properties. It doesn't really have a `ToString()` property that would...

I'm not sure if github maybe changed the formatting on your backslashes. Did you mean s0560\\POWERBI was getting changed to s0560\\\\POWERBI? Because that would make sense and does seem like...