miis-powershell
miis-powershell copied to clipboard
Using Get-CSObject command with non hierarchical MA for retrieving all objects
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