Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
4k views

How to call method with output parameters in Powershell?

I'm working on a script to get started in Powershell. I'm trying to convert a working VBScript script that enumerates mapped network drives on a remote Windows computer. One of the tasks is to use ...
2
votes
2answers
117 views

Why I get different result when running from CMD, than running from web service?

Application pool for my web service has Identity set to "myDomain\myUser". When I run PsList.exe from this web service I get following error : Processor performance object not found on x.x.x.x ...
2
votes
2answers
304 views

Issue with RegConnectRegistry connecting to 64 bit machines

I'm seeing a weird thing when connecting to the performance registry on 64 bit editions of Windows. The whole program stalls and callstacks becomes unreadable. After a long timeout, the connection ...
1
vote
1answer
729 views

Read a single registry key value on a remote machine

I am having a very tough time achieving this one seemingly very simple goal... I have to gather the value of a single registry key on several machines for the sake of auditing whether the machines ...
0
votes
0answers
21 views

Unable to read remote registry

Trying to read registry keys remotly (from a host on local intranet)... All the permissions are set in local + remote machines.. Also, the remote registry service is running on both machines.. ...
0
votes
2answers
64 views

How to access registry of a remote machine in InnoSetup

I have InnoSetup installers that I use to update computers at customer sites. Generally there are two computers, but sometimes three or more. All are networked, and exactly one is headless. It is ...
0
votes
1answer
27 views

Automate remote registry reading/recording from networked computers?

I would like to read the values from two specific registry locations on each computer on a network of about 100 computers. Ideally, I would like a script that can be run that would talk to each ...
0
votes
1answer
303 views

Accessing Remote Registry of Windows 7 and Server 2008 through C#

I've been searching for a way to access a Remote Registry of a computer in my Network ( no domain configured ) but failed several times. Only way I can successfully get access is previously going to ...
0
votes
1answer
248 views

Remote Registry

I know this has been talked about a few times about remote registry access, but I cannot find any good examples on how to implement this. I did find ...
0
votes
1answer
103 views

Instantiating ServiceController takes sometimes too much time

i am creating an instance of ServiceController using a remote/local machine name and the name of the service. When I type sth. like stackoverflow.com as machine name the contructor blocks for a long ...
0
votes
1answer
208 views

The worker processcalls OpenSubKey but returns null by accessing Remote Registry service

My web server is deployed in IIS 6. The web server starts the Remote Registry service in the remote machine successfully by creating a process to run some remote operation commands. This first line ...