0
votes
3answers
363 views
C# Powershell snapin not registering using installutil
I've got a really simple powershell script (see below).
I've got installutil aliased using the following in my profile:
set-alias installutil …
1
vote
2answers
46 views
Referencing external assemblies from PowerShell snap-in
I'm developing a custom PowerShell snap-in, which references another project in the solution.
When I try to debug the snap-in (following [these instructions][1]), the assembly fails to load and my …
1
vote
1answer
82 views
Best way to store powershell snapin names to be used by c# app for later use.
I have a c# app which executes rules, depending on an input. Some of the rules need to execute a poweshell script. I would assume that some of the scripts, as perhaps writtem by a user, would need a …
2
votes
6answers
340 views
how to create a cmdlet?
I have written my program in c# .net. I want to convert it in to a powershell cmdlet. I was instructed to use pssnapin and getproc programs. Can anyone plz help me out..
Regards
Arun
4
votes
3answers
196 views
PowerShell - Distributed Solution
I'm new to PS so I may get some of the terminology wrong.
If you want to roll out a custom PowerShell environment (snap-in) for a team of 30 developers/DBAs. What is the best way to do this... if you …
