Dr Dave
unread,May 26, 2012, 9:57:32 PM5/26/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Greetings,
I have spent hours researching this, so I am turning to the groups to
see if anyone can answer this issue.
I am working on a fairly complex cmdlet written in C# and am trying to
get it installed and registered. My C# code is not the issue (at least
I think it isn't). I am able to get the installutil to install, and
according to the log it does successfuly install.
The issue is when I run the Get-PSSnapin -Register I do not see the
snapin I just created.
I have tried allot of things to see if I am missing something, but get
the same issue when I create a simple "Hello World" snapin.
So to reiterate, when I run the get-pssnapin -register I do not see my
snapin (only the base snapins)
Anybody have ideas what I might be missing.
Thank you