55133A: PowerShell for System Center Configuration Manager Administrators Quiz Questions and Answers

Which of the following commands runs an Active Directory Forest Discovery cycle?

Answer :
  • Invoke-CMForestDiscovery

Which of the following commands invokes an active directory user discovery cycle?

Answer :
  • Invoke-CMUserDiscovery –SiteCode RDU

Which of the following commands will help you obtain a listing of your boundary groups?

Answer :
  • Get-CMBoundaryGroup

Which of the following commands can be used to create a Fallback Status Point?

Answer :
  • Add-CMFallbackStatusPoint –SiteCode RDU –SiteSystemServerName RDU-CM-01.MTS.COM -StateMessageNum 5000 –ThrottleSec 3600

Rather than waiting for the standard policy polling interval, configure an on-demand policy refresh for the entire RDU Clients collection. Specify only the machine policy for a refresh.

Answer :
  • Invoke-CMClientAction –CollectionName “RDU Clients” –ActionType ClientNotificationRequestMachinePolicyNow

How to we obtain the current client status settings?

Answer :
  • Get-CMClientStatusSetting

Confirm the updated client status settings.

Answer :
  • Get-CMClientStatusSetting

Which of the following processes is used to change the refresh schedule to every 12 hours?

Answer :
  • Set-CMClientStatusUpdateSchedule –Interval 12 –UnitType Hours

How to distribute the 7Zip package to the RDU-DPs distribution point group?

Answer :
  • Start-CMContentDistribution -PackageName 7Zip -DistributionPointGroupName RDU-DPs

Which of the following obtain a listing of all discovery methods?

Answer :
  • Get-CMDiscoveryMethod