Hey,
So I am building this program to remotely stop a program on a variety of Windows 7 machines connected to a Windows 2008 Server. I want to use WMI objects to do so. I'm tried to query the list of the running processes via
on Powershell but am returned an Access Denied error. Maybe I have to make the remote machines treat the server as an administrator? Any idea how to set that up?
Regards.
So I am building this program to remotely stop a program on a variety of Windows 7 machines connected to a Windows 2008 Server. I want to use WMI objects to do so. I'm tried to query the list of the running processes via
Code:
Get-WmiObject -Query
Regards.
My Computer
- Computer type
- PC/Desktop
- OS
- Windows 7 Professional x64