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

      Need a desktop USB mic recommendation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microphone desktop users
      19
      3 Votes
      19 Posts
      2k Views
      RojoLocoR

      Blue mics are the way to go. Snowball, Yeti, whichever one you can afford, but go w/ Blue. They used to be all hand made in Latvia by artisans who used to work for Neumann (noi-man, say it right). The USB ones are Chinese made, but the designs are the tits. I have a snowball and 2x Yetis, all awesome.

      FFS, no Samson, no Plantronics, no Logitech if you are actually seeking a real microphone. If budget rules, then I no longer give a f@ck what you use, and you obviously hate good sound (snowball mic is like $50).

      edit: skip the Blue "ice" snowball... get the real one, $69.99 https://www.amazon.com/Blue-Snowball-Microphone-Textured-White/dp/B000EOPQ7E/ref=sr_1_3?ie=UTF8&qid=1488490633&sr=8-3&keywords=blue+snowball+mic

    • JaredBuschJ

      Need grep results sent to email

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion grep asterisk logging users
      10
      1 Votes
      10 Posts
      2k Views
      scottalanmillerS

      Ah ha, okay. Yeah, just copy/paste into crontab, should be all set.

      You'll want to run manually first and see if the emails come through. I tested on a FreePBX system and it went straight through to my Office 365 no problem.

      If you are on FreePBX, you will need mailx installed. All dependencies are met by a default install. It's a tiny binary package.

      yum -y install mailx

      That is what provides the mail command.

    • JaredBuschJ

      What do you do to audit logon/logoff

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion audit users
      12
      2 Votes
      12 Posts
      4k Views
      DashrenderD

      Not sure if this is helpful to you,

      https://technet.microsoft.com/en-us/library/dd378867(v=ws.10).aspx

      Import-Module ActiveDirectory function Get-ADUserLastLogon([string]$userName) { $dcs = Get-ADDomainController -Filter {Name -like "*"} $time = 0 foreach($dc in $dcs) { $hostname = $dc.HostName $user = Get-ADUser $userName | Get-ADObject -Properties lastLogon if($user.LastLogon -gt $time) { $time = $user.LastLogon } } $dt = [DateTime]::FromFileTime($time) Write-Host $username "last logged on at:" $dt } Get-ADUserLastLogon -UserName type-username-here
    • gjacobseG

      Stupid User Tricks: Deleted Outlook profile

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 outlook 2010 users
      9
      0 Votes
      9 Posts
      2k Views
      gjacobseG

      MS2010o365.png

      Dispatch seems only to 'mirror' my main account...

    • 1
    • 2
    • 2 / 2