<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Reporting on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/reporting/</link>
    <description>Recent content in Reporting on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 06 Oct 2017 10:06:49 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/reporting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Get unlinked GPOs with PowerShell</title>
      <link>https://janikvonrotz.ch/2017/10/06/get-unlinked-gpos-with-powershell/</link>
      <pubDate>Fri, 06 Oct 2017 10:06:49 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/10/06/get-unlinked-gpos-with-powershell/</guid>
      <description>&lt;p&gt;In terms of IT compliance having valid GPOs is essential. They must be update to date and the GPO directory should be free of any unlinked GPOs. Retrieving a list of unlinked GPOs in the management console is impossible. With PowerShell it is quite easy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monitoring a SharePoint Environment with Zabbix</title>
      <link>https://janikvonrotz.ch/2014/04/14/monitoring-a-sharepoint-environment-with-zabbix/</link>
      <pubDate>Mon, 14 Apr 2014 15:16:08 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/14/monitoring-a-sharepoint-environment-with-zabbix/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post of is part of my &lt;a href=&#34;https://janikvonrotz.ch/projects/install-sharepoint-2013-three-tier-farm/&#34;&gt;Install SharePoint 2013 Three-tier Farm&lt;/a&gt; project.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Zabbix is an OpenSource monitoring tool.&#xA;And offers everything from simple storage availabilty reporting up to end to end web service calls.&#xA;It&amp;rsquo;s extensible with plugins and shell scripts. There isn&amp;rsquo;t a thing you can&amp;rsquo;t monitor with Zabbix.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E-Mail report of unchecked SharePoint files</title>
      <link>https://janikvonrotz.ch/2013/11/14/e-mail-report-of-unchecked-sharepoint-files/</link>
      <pubDate>Thu, 14 Nov 2013 16:05:42 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/11/14/e-mail-report-of-unchecked-sharepoint-files/</guid>
      <description>&lt;p&gt;Having unchecked files in the SharePoint is not a big deal as long as you aware of the those files.&lt;/p&gt;&#xA;&lt;p&gt;Being unaware of which files are unchecked can really harm the information integrity of the SharePoint.&lt;/p&gt;&#xA;&lt;p&gt;In one of my last posts I&amp;rsquo;ve reported the&lt;a title=&#34;SharePoint File Reporting Done Right&#34; href=&#34;https://janikvonrotz.ch/2013/10/10/sharepoint-file-reporting-done-right/&#34; target=&#34;_blank&#34;&gt; SharePoint storage space used by files&lt;/a&gt; and found about 1 GB of unchecked files by several people.&lt;/p&gt;&#xA;&lt;p&gt;As they are in most cases unaware of those files or even don&amp;rsquo;t understand what the file check-in/check-out is about, it&amp;rsquo;s almost impossible to handle this files.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Active Directory User Reporting</title>
      <link>https://janikvonrotz.ch/2013/07/25/active-directory-user-reporting/</link>
      <pubDate>Thu, 25 Jul 2013 10:49:32 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/07/25/active-directory-user-reporting/</guid>
      <description>&lt;p&gt;This is a simple example of how to create a report of your Active Directory users.&#xA;The first command imports the PowerShell Active Directory module, which should be installed by default, otherwhise do this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://janikvonrotz.ch/wp-content/uploads/2013/07/2013-07-25-11_43_24-Windows-Funktionen.png&#34; alt=&#34;Install PowerShell Active Directory Module&#34;&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Import-Module ActiveDirectory&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Get-ADUser -Filter {EmailAddress &lt;span style=&#34;color:#f92672&#34;&gt;-like&lt;/span&gt; &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;*&amp;#34;&lt;/span&gt;} -Properties * | select DisplayName, GivenName, Name, Surname, mail, SamAccountName, Department, Title, extensionAttribute1, extensionAttribute2 | Out-GridView&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;And the second command creates a simple report.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
