Skip to Main Content
4 VOTE
Status Future consideration
Created by Gary Blok
Created on Apr 27, 2020

Remote Software Center - Compliance - Show Full Report

I'd like a button to launch the report, either embed the report into the RSC, or launch browser with the report. I really need to know why a Baseline is Compliant or Not Compliant.


PowerShell Code to pull Baseline & Get Results into XML
$DCM = [WMIClass] "ROOT\ccm\dcm:SMS_DesiredConfiguration"

$Baseline = Get-WmiObject -Namespace root\ccm\dcm -QUERY "SELECT * FROM SMS_DesiredConfiguration WHERE DisplayName LIKE '%BaselineName'"

$UserReport = $DCM.GetUserReport($Baseline.Name,$Baseline.Version,$null,0)

[XML]$Details = $UserReport.ComplianceDetails

Product Right Click Tools
  • Attach files
  • Michael Lovett
    Reply
    |
    Mar 4, 2022

    This absolutely would be beneficial, I recently submitted a ticket asking if this was already in the tool, but the design you have mocked up is amazing! That would be very Helpful. We recently migrated to Windows Defender ATP and have to setup several different Exploit Protection Policies that only apply to specific collections based on whether an Application is installed. Sometimes these policies are having Issues and being able to resolve remotely without having to bother the user would be beneficial with this level of details showing Revision of Policy and Machine Information as illustrated by Gary Blok.

  • +2