Alan's Blog

"Yeah. I wrote a script that will do that."

Menu
  • About My Blog
Menu

Manage Device on Remote Computer / List Connected USB Devices

Posted on December 26, 2021 by Alan

Remote access to the Plug and Play (PNP) RPC interface was removed in Windows 8, and since that time administrators have been unable to remotely manage Windows devices without RDP or a third party utility.  I haven’t been a desktop support person in years, and only recently learned about this, when troubleshooting a workstation with a local admin. I wrote Manage-RemoteDevices.ps1 to fill this need in my organization. I am connecting to the computers with WSMAN when available, with a fallback to DCOM using a simplified version of simplified version of Mike Robbins’ New-MrCimSession. The script uses Out-Gridview to list the devices, and lets you toggle the enable/disable state for each. Deletions are managed locally by a remote execution of the pnputil.exe command using WSMAN only in this version.

Once this was written, I noticed that had the code to list connected USB devices. By using the ViewConnectedUSB switch, you get a list filtered for instanced IDs beginning with “US”. The syntax is easy: ./Manage-RemoteDevivces.ps1 -Computername MyPC  or ./Manage-RemoteDevivces.ps1 -Computername MyPC -ViewConnectedUSB

Script Text

 

Leave a Reply

You must be logged in to post a comment.

Search

Please Note

All the scripts are saved as .txt files. Newer files have a “View Script” button which will let you save or open a script in notepad. For earlier posts, the easiest way to download with IE is to right click on the link and use “Save Target As”. Rename file from Name_ext.txt to Name.ext.

To see a full post after searching, please click on the title.

PowerShell Scripts were written with version 3 or later.

https connections are supported.

All new users accounts must be approved, as are comments. Please be patient.  If you find a post error or a script which doesn’t work as expected, I appreciate being notified.  My email is my first name at the domain name, and you are welcome to contact me that way.

Tags

1E ACLS Active Directory ActiveDirectory ADSI Advanced Functions Audit Change Administrator Password COMObject Computer Groups DateTime Desktop DNS Excel FileScriptingObject Forms General GPO GPS Group Policy Hacks ISE Lockout logons NAV740 Nessus OU OU permissions Outlook Pick Folder Power PowerShell Powershell Scriptlets RDP SCCM schedule reboot Scripting Security Shell.Application user information VBA Windows Update WMI WordPress WPF

Categories

akaplan.com

  • Back to Home Page

Archives

Scripting Sites

  • A Big Pile of Small Things
  • Adam, the Automator
  • Art of the DBA
  • Ashley McGlone
  • Boe Prox
  • Carlo Mancini
  • DexterPOSH
  • Doug Finke
  • Jaap Brasser's Blog
  • JeffOps The Scripting Dutchman
  • Jonathan Medd's Blog
  • Keith Hill's Blog
  • LazyWinAdmin
  • Nana Lakshmanan
  • PowerShell Magazine
  • PowerShell Team Blog
  • PowerShell.org
  • PwrShell.net
  • Richard Siddaway's Blog
  • Ryan Yates' Blog
  • Skatterbrainz
  • The Lonely Administrator

SQL Site

  • Art of the DBA

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2025 Alan's Blog | Theme by SuperbThemes

Terms and Conditions - Privacy Policy