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?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion opensource bi dashboard reports
      27
      1 Votes
      27 Posts
      3k Views
      stacksofplatesS

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

      business-analytics-reporting.png

    • gjacobseG

      Powershell Auditing Server ADUC

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion server 2012 server 2008 server 2008 r2 server maintenance aduc powershell reports
      5
      0 Votes
      5 Posts
      973 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 reports azure
      3
      2 Votes
      3 Posts
      740 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?

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers career careers resume management reports
      25
      2 Votes
      25 Posts
      6k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meraki erl edgerouter lite edgerouter edgerouter poe edgerouter x analytics reports
      7
      0 Votes
      7 Posts
      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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion reports database sql periscope
      7
      2 Votes
      7 Posts
      2k 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:

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 office 365 proplus reports powershell
      2
      0 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Some simple ones, sure.

    • 1 / 1