I’m trying to get more information for reports other than what Garth and David O. wrote.
I'm trying to pull information for a report I'm building. I was thinking of starting with Get-CMDiscoveryMethod -Name "ActiveDirectoryForestDiscovery" Get-CMDiscoveryMethod -Name "ActiveDirectoryGroupDiscovery" Get-CMDiscoveryMethod -Name "ActiveDirectorySystemDiscovery" Get-CMDiscoveryMethod -Name "ActiveDirectoryUserDiscovery" Get-CMDiscoveryMethod -Name "HeartbeatDiscovery" Get-CMDiscoveryMethod -Name "NetworkForestDiscovery" However, I get something like this. PS LAB:\> Get-CMDiscoveryMethod -Name "ActiveDirectoryUserDiscovery" SmsProviderObjectPath : SMS_SCI_Component.FileType=2,ItemName="SMS_AD_USER_DISCOVERY_AGENT|SCCM-01.home.pvt",ItemType=" Component",SiteCode="LAB" ComponentName : SMS_AD_USER_DISCOVERY_AGENT FileType : 2 Flag : 6 ItemName : SMS_AD_USER_DISCOVERY_AGENT|SCCM-01.home.pvt ItemType : Component Name : SCCM-01.home.pvt PropLists : {AD Containers, AD Attributes, Start On Master Site Control File Changes} Props : {Enable Incremental Sync, Startup Schedule, Full Sync Schedule, SETTINGS...} SiteCode : LAB When I should have something like the following: 1. Showing enabled 2. Active Directory containers: LDAP://OU=Users,OU=LAB,DC=home,DC=pvt 3. Polling schedule 4. If Delta is enabled You get the point. However, I'm unable to retrieve this type of information. Ideas?