ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. reports
    Log in to post
    • All categories
    • DanpD

      Opensource BI / Dashboard / Reporting solutions?

      IT Discussion
      • opensource bi dashboard reports • • Danp
      27
      1
      Votes
      27
      Posts
      2.9k
      Views

      stacksofplatesS

      Here's another example in Kibana. You can pull the same data out and display in Grafana

      https://static-www.elastic.co/v3/assets/bltefdd0b53724fa2ce/blt25d72ab2137e520b/5c18ad4b6863b0a60b2dac71/business-analytics-reporting.png

    • gjacobseG

      Powershell Auditing Server ADUC

      IT Discussion
      • server 2012 server 2008 server 2008 r2 server maintenance aduc powershell reports • • gjacobse
      5
      0
      Votes
      5
      Posts
      950
      Views

      DustinB3403D

      @gjacobse

      You should just need to run this bit, nothing should have to be changed. DFL should be at least 2008

      # Imports Active Directory information Import-Module Activedirectory $credentials = Get-Credential # Prompts for user credentials default user is “ ”, enter an administrator account in the form of “domain-name\administrator-account” Get-ADUser -Credential $credentials -Filter * -Properties DisplayName,EmailAddress,memberof,DistinguishedName,Enabled | % { New-Object PSObject -Property @{ UserName = $_.DisplayName EmailAddress = $_.EmailAddress DistinguishedName = $_.DistinguishedName Enabled = $_.Enabled # Deliminates the document for easy copy and paste using ";" as the delimiter. Incredibly useful for Copy & Paste of group memberships to new hire employees. Groups = ($_.memberof | Get-ADGroup | Select -ExpandProperty Name) -join ";" } # The export path is variable change to desired location on domain controller or end user computer. } | Select UserName,EmailAddress,@{l='OU';e={$_.DistinguishedName.split(',')[1].split('=')[1]}},Groups,Enabled | Sort-Object Username | Export-Csv $ENV:UserProfile\Documents\User-Permissions.csv –NTI
    • zachary715Z

      Office 365 Reports

      IT Discussion
      • office 365 reports azure • • zachary715
      3
      2
      Votes
      3
      Posts
      725
      Views

      zachary715Z

      @ambarishrh said in Office 365 Reports:

      Not sure if you've checked the compliance center in O365. There are lot of audit tools available like Manage Engine o365 audit. I just found this as well (haven't tested but looks interesting)
      https://gallery.technet.microsoft.com/office/Office-365-Auditing-Tool-01747cd4

      Hey, yes I have checked the Compliance Center. I've setup some alerts from here but it's hit and miss really. Then you have the Azure portal which gives you other reports. They're scattered everywhere. I'll check out the link you referenced. Thanks

    • MikeSmithsBrainM

      How do you get your boss to notice your work?

      IT Careers
      • career careers resume management reports • • MikeSmithsBrain
      25
      2
      Votes
      25
      Posts
      5.7k
      Views

      scottalanmillerS

      That's kind of what I meant. Either you should be watched over and not need to prove yourself... or you should be trusted and only do it when you want to.

    • gjacobseG

      Meraki vs EdgeRouter Lite - Analytics

      IT Discussion
      • meraki erl edgerouter lite edgerouter edgerouter poe edgerouter x analytics reports • • gjacobse
      7
      0
      Votes
      7
      Posts
      2.2k
      Views

      gjacobseG

      @JaredBusch said:

      You need to upgrade your ERL to firmware 1.8 to get the full traffic analysis capabilities in the GUI.

      Which has been done.

    • scottalanmillerS

      Periscope for SQL Reports

      IT Discussion
      • reports database sql periscope • • scottalanmiller
      7
      2
      Votes
      7
      Posts
      1.9k
      Views

      scottalanmillerS

      Holy crap, yeah, that's not useful at all. No wonder they do not publish the prices anywhere. The old rule of thumb applies: if the price isn't public, the price isn't good.

    • gjacobseG

      PowerShell and Office 365: Generating reports:

      IT Discussion
      • office 365 office 365 proplus reports powershell • • gjacobse
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      scottalanmillerS

      Some simple ones, sure.

    • 1 / 1