lithnet/miis-powershell

Using Get-CSObject command with non hierarchical MA for retrieving all objects

AnabelMaz opened this issue · 1 comments

Hello,
How can i use Get-CSObject command for retrieving all connector space objects for specific Management agent when this agent is non hierarchical one like e.g. mssql agent.

Hi @AnabelMaz ,

I can see the problem here. As a workaround, can you use

Get-Connectors -ma ADMA
and
Get-Disconnectors -ma ADMA

Ryan