Tag: Reports

  • Nice old trick, Create reports of Group Policy Objects

    Just a quick post of how to create HTML or XML reports of your Group Policy Objects with PowerShell. First make sure you are logged onto a host where the Group Policy Management, GPMC, and Active Directory Cmdlets are installed. First define the logged on current domain $domain = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain() To create the reports use…

  • Creating reports in ConfigMgr 2012?

    Just got a question regarding some kind of documentation for Configuration Manager 2012 views for creating reports. Some views are quite easy to find, but if you are looking for some documentation you can find it here Creating Custom Reports by Using SQL Server Views in System Center 2012 Configuration Manager: http://technet.microsoft.com/en-us/library/dn581954.aspx