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

      Unsolved Scanning Domain for Shared Printers

      IT Discussion
      • printnightmare windows domain scanning printers vulnerability discovery • • DustinB3403
      9
      1
      Votes
      9
      Posts
      837
      Views

      notverypunnyN

      @dustinb3403

      Oh, yeah that changes things... advanced ip scanner as others have suggested might be the safest thing.

      We've pushed the config to "Disable the “Allow Print Spooler to accept client connections:” policy to block remote attacks."

      Option 2 at the link below:

      https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527

    • JaredBuschJ

      How can I list running processes on all domain computers

      IT Discussion
      • discovery users leaving crap • • JaredBusch
      6
      1
      Votes
      6
      Posts
      1.5k
      Views

      scottalanmillerS

      Cleaning up some spam posts and including this suggestion that was on the site but hidden in spam so that we won't miss the spam:

      Get-ADComputer -Filter {OperatingSystem -Like “Windows 10*”} | ForEach-Object {Get-WmiObject -Class Win32_Process -Computer $_.Name}
    • 1 / 1