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

      Scanning Domain for Shared Printers

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion printnightmare windows domain scanning printers vulnerability discovery
      9
      1 Votes
      9 Posts
      894 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion discovery users leaving crap
      6
      1 Votes
      6 Posts
      1k 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