This PowerShell script can be used to force a System Center Configuration Manager (Configmgr/SCCM) Compliance (DCM) Baseline Evaluation on a list of Clients (from a CSV file). The input file should be formatted as follows:
Read More →Category: PowerShell
Add Machines to Active Directory Group with PowerShell
This PowerShell script can be used to add multiple machines to an Active Directory (AD) Group. This script will prompt you to input the password for the account you specify. The input file should be formatted as follows:
Read More →Query WMI for User Rights using PowerShell
This PowerShell script can be used to query WMI in order to confirm User Rights (which are usually set via GPO). I have used this in ConfigMgr Compliance Configuration Items.
Read More →