- This topic has 19 replies, 5 voices, and was last updated 1 year, 1 month ago by
Michael Pietroforte.
-
AuthorPosts
-
-
Thu, Jul 28 2022 at 6:34 am #1566935
I am looking for a tool to manage devices on remote computers.
Do you have any suggestion ?
-
Thu, Jul 28 2022 at 11:03 am #1566950
What kind of devices and what do you want to do with them?
-
Thu, Jul 28 2022 at 1:27 pm #1566951
Just need for troubleshooting a computer without connect directly with a remote control tool. For example disable pc system system es as network card, Bluetooth card or enable a sound controller.
-
-
Thu, Jul 28 2022 at 8:52 pm #1566952
I know about Desktop central from ManageEngine which can do what you are looking for, plus much more. They have changed its name to Endpoint central now. See if it helps.
-
Thu, Jul 28 2022 at 11:50 pm #1566953
Endpoint Central is certainly a great tool, but I am unsure if you can configure devices such sound controllers. Did you see this feature?
Every device driver is different and vendors usually provide their own tools to configure them, but I guess most oft tools don’t have remote control features. So if you want to change the configuration remotely after deployment, things might get tricky.
-
Fri, Jul 29 2022 at 12:03 am #1566954
Yes Michael, it can help customize the configuration of remote computers but I am not exactly sure it will definitely work for @paolo.
https://www.manageengine.com/products/desktop-central/windows-configurations.html
-
Fri, Jul 29 2022 at 12:33 am #1566955
It seems what Paolo needs is pretty specific. But I guess you can use Endpoint Central to remotely change the registry if the device drivers use the Registry to store their configuration. You can use Process Monitor to find the corresponding registry keys.
-
Fri, Jul 29 2022 at 12:56 am #1566956
-
Fri, Jul 29 2022 at 2:48 am #1566958
In my case it is required sometimes to connect remotely to disable system devices, even if we have already a remote management application but it is more complex than field support requires.
-
Fri, Jul 29 2022 at 2:59 am #1566960
I have already used Process Monitor, it is a nice tool helpful for other scopes. Thanks.
-
Fri, Jul 29 2022 at 2:45 am #1566957
I know Endpoint Central but I need something more light.
-
Fri, Jul 29 2022 at 7:34 am #1566964
-
Fri, Jul 29 2022 at 8:10 am #1566965
I though about a Powershell cmd, I need to check some ways how to enable/disable remote devices.
-
Fri, Jul 29 2022 at 9:51 am #1566978
I agree with Michael. That will be the best lightweight solution for Free. I mean why rely on third-party solutions when things can can be done via group policy and custom scripts.
-
Sat, Jul 30 2022 at 12:07 am #1566987
-
-
-
Tue, Aug 16 2022 at 4:27 am #1567188
If you are able to launch a remote shell (powershell remoting, psexec,…), you may use pnputil.exe (built-in) to do what you want.
Or, you use devcon.exe, which even knows a switch -m (followed by the name of the remote machine). It fits your needs as well.
devcon can be obtained using these instructions: How to Obtain the Current Version of Device Console Utility (DevCon.exe) – TechNet Articles – United States (English) – TechNet Wiki (microsoft.com)
-
This reply was modified 1 year, 1 month ago by
Welf Alberts.
-
This reply was modified 1 year, 1 month ago by
-
Tue, Aug 16 2022 at 12:57 pm #1567196
Option 1: PDQ Deploy and PDQ Inventory
Option 2: PsTools https://docs.microsoft.com/en-us/previous-versions/technet-magazine/cc162490(v=msdn.10)
-
Wed, Aug 17 2022 at 1:48 am #1567199
Thank you for your reply.
-
-
Mon, Aug 22 2022 at 3:09 am #1567274
I found DeviceTool , after a quick test could be what I was looking for.
-
Mon, Aug 22 2022 at 11:26 am #1567311
Looks great!
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.