lithnet / miis-powershell

Lithnet PowerShell Module for FIM/MIM Synchronization Service
Microsoft Public License
40 stars 9 forks source link

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

Open AnabelMaz opened 6 years ago

AnabelMaz commented 6 years ago

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.

ryannewington commented 6 years ago

Hi @AnabelMaz ,

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

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

Ryan