ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. gjacobse
    3. Topics
    • Profile
    • Following 2
    • Followers 5
    • Topics 711
    • Posts 9,609
    • Groups 1

    Topics

    • gjacobseG

      Good Grief - Thread Follow up.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      8
      4 Votes
      8 Posts
      649 Views
      momurdaM

      Those temps cant be correct. How is a gpu ever at 34F? That is 1-2C.
      Especially on an apu.

    • gjacobseG

      Install Specific Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      644 Views
      scottalanmillerS

      Welcome to the disaster world of MS doing rapid releases while trying to claim that they don’t do releases at all.

    • gjacobseG

      Using RASDIAL to connect to configured VPN

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      1k Views
      JaredBuschJ

      @travisdh1 said in Using RASDIAL to connect to configured VPN:

      Are you sure it's not the same kernel bug that @JaredBusch found?

      The Kernel issue is not on the ER side.

    • gjacobseG

      O365 Email search for Attorney -

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion o365 exchange online exchange outlook pst export legal attorney litigation investigation
      30
      0 Votes
      30 Posts
      4k Views
      scottalanmillerS

      @momurda said in O365 Email search for Attorney -:

      @scottalanmiller Yes, and the not being able to use Discovery service, and teh not being able to add a pst to Outlook part.

      Those aren't things I'd expect a lawyer to be doing, though. That's tech work for technical people, not legal work.

    • gjacobseG

      Dual Boot: Edit the Grub loader

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows 10 korora 26 dual boot grub
      3
      0 Votes
      3 Posts
      1k Views
      scottalanmillerS

      Yes. Grubs editor is inside Linux.

    • gjacobseG

      ReadyNAS Security Frustration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion readynas314 security
      6
      0 Votes
      6 Posts
      832 Views
      dbeatoD

      MM strange issue, I have had this issue with Buffalo and Synology but haven't found the answer.

    • gjacobseG

      Server 2012 Console Mode: View Resources

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion server 2012 r2 server core
      4
      0 Votes
      4 Posts
      981 Views
      JaredBuschJ

      taskmgr.exe

    • gjacobseG

      Install Fail: Chocolatey.org packages

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion chocolatey
      6
      0 Votes
      6 Posts
      2k Views
      gjacobseG

      Looks like I may need to clean up some:

      clist -lo Chocolatey v0.10.8 7zip 16.4.0.20170506 7zip.install 16.4.0.20170506 calibre 3.8.0 ccleaner 5.35.6210 chocolatey 0.10.8 chocolatey-core.extension 1.3.1 chromium 63.0.3234.0 Firefox 56.0 GoogleChrome 61.0.3163.100 greenshot 1.2.10.6 keepass 2.36 keepass-classic 1.33 keepass.install 2.36 PDFCreator 3.0.2 putty 0.70 putty.portable 0.70 saltminion 2017.7.1 skype 7.39.0.102 teamviewer 12.0.83369 tightvnc 2.8.8 vcredist2008 9.0.30729.6161 virtualbox 5.1.26 vlc 2.2.6 x2go 4.1.0.0 24 packages installed.
    • gjacobseG

      Sodium: Session Timed sign out

      Watching Ignoring Scheduled Pinned Locked Moved SodiumSuite sodiumsuite sodium bug report timeout
      4
      1 Votes
      4 Posts
      1k Views
      QuixoticJeremyQ

      @jaredbusch said in Sodium: Session Timed sign out:

      @quixoticjeremy said in Sodium: Session Timed sign out:

      @gjacobse said in Sodium: Session Timed
      sign out
      :

      @Sodium has come a long way in the last few months. But currently with the 20 minute signout - it's not something I can really use. It's just really impractical for me to return from addressing a issue after 15 - 20 minutes and have to sign in again...

      Duly noted. This was a security choice but as this is not the first time I've heard this we will be looking into changing this.

      Don’t choose for me. Give me a remember me button that makes it last 24 hours at a minimum. Keep 20 minutes if you want for those that don’t check it.

      This a Chrome-esque disaster. You can recommend all you want, but you cannot force me to do something. I will si ply not use you.

      I think you're absolutely right. It all needs to simply be options to select from.

    • gjacobseG

      Understand CMD CLI to Powershell Variable

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cmd cmdlet ps powershell chocolatey batch script scripting
      2
      0 Votes
      2 Posts
      1k Views
      dbeatoD

      @gjacobse So basically you want to iterate through a list of computers the same script correct? So do you have a list of computers? What are other steps on your script? because what we can do is the following

      *$computers = import-csv -Path "c:\script\computers.csv" foreach ($oldname in $computers){ Rename-Computer -NewName $newname -DomainCredential domain\admin -Restart}

      This assumes you have a CSV file with a oldname and new name columns with computer names.

    • gjacobseG

      Powershell - Count AD users

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell count ad
      13
      2 Votes
      13 Posts
      3k Views
      J

      You can try the following command:

      (get-aduser -filter *).count

      For only Enabled User Accounts
      (get-aduser -filter *|where {$_.enabled -eq "True"}).count

      For only Disabled User Accounts
      (get-aduser -filter *|where {$_.enabled -ne "False"}).count

    • gjacobseG

      Windows File Explorer Refresh Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows file explorer refresh
      3
      0 Votes
      3 Posts
      603 Views
      gjacobseG

      Nicely done @dbeato

      In this case, I may have resolved the issue. I created a new folder in the \server\share\path and Windows File Explorer showed it created fine. But, there was one folder that didn't show.

      I renamed it and it appeared in the list, renamed it back, and it was still there. So - Could have been a folder UID issue? or something. But AORN - it's resolved.

    • gjacobseG

      Running 3d Scanner on Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu 14.04 ubuntu 16.04 3dscanner 3d scanner
      6
      1 Votes
      6 Posts
      2k Views
      DustinB3403D

      I was able to get this to install on Kubuntu by simply adding the repo and following the steps provided.

    • gjacobseG

      Firefox Add-ons v55 and future

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion firefox firefox v55 add-ons extensions
      2
      0 Votes
      2 Posts
      1k Views
      black3dynamiteB

      @gjacobse said in Firefox Add-ons v55 and future:

      It seems that a number of common Add-ons or Extensions for Firefox have become 'Legacy' since the release of v55.

      With this - what is everyone using for

      Ad-blocks Bookmark Backup other useful tools
      NoScript uBlock LastPass (Can't see anything in Show Matching Sites) Magic Actions for YouTube (Seems to not work well with the new YouTube)
    • gjacobseG

      Hyper-V Integrated Services

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v hyper-v 2012 r2 linux integrated services
      41
      0 Votes
      41 Posts
      5k Views
      BRRABillB

      @matteo-nunziati said

      this is the list of things provided by the full agent

      I wish that chart broke it down by

      MS LIS and agent
    • gjacobseG

      Sodium: Device Check in

      Watching Ignoring Scheduled Pinned Locked Moved SodiumSuite sodium sodiumsuite sodium agent
      10
      0 Votes
      10 Posts
      1k Views
      QuixoticJustinQ

      We think that the issue was tied to performance. We saw the system being driven really hard, there is a lot going on behind the scenes. Our infrastructure upgrade this morning seems to have addressed the issue well.

    • gjacobseG

      Sodium: Custom Ticket Views

      Watching Ignoring Scheduled Pinned Locked Moved SodiumSuite sodium sodiumsuite sodium help desk sodium bug report
      12
      1 Votes
      12 Posts
      2k Views
      QuixoticJeremyQ

      @gjacobse said in Sodium: Custom Ticket Views:

      @danp said in Sodium: Custom Ticket Views:

      @quixoticjeremy said in Sodium: Custom Ticket Views:

      that being said it's being worked on from the standpoint of logins should timeout ....overnight.... so you should have to login in the morning anyways.

      Has this change been pushed out? FWIW, I didn't get auto-logged out overnight.

      I dont' get auto-logged out either.

      No one does yet.

    • gjacobseG

      Sodium: Apply Updates

      Watching Ignoring Scheduled Pinned Locked Moved SodiumSuite sodium sodiumsuite sodium agent sodium system updates
      8
      3 Votes
      8 Posts
      1k Views
      QuixoticJeremyQ

      @quixoticjustin said in Sodium: Apply Updates:

      Yeah, lots of cleaning up needed for the patch system. It is early and mostly works, but leaves a lot to be desired yet 🙂

      We are working on a design for a patching dashboard that will give a lot more power specifically around patching.

      Exactly, not a lot going to be fixed up on the way it looks currently when a lot of work is going to be going into this in the near future to give a lot more functionality.

    • 1 / 1