question

RudolfMeier-2283 avatar image
0 Votes"
RudolfMeier-2283 asked

Get-Module

when writing a module for PowerShell in C# ... how can you control what "Get-Module" shows? ... currently I get strange information shown when I call this for my module... e.g. it says "version 0.0.0.0" but... I've no idea where it get's that from... why interfaces / classes do I have to implement for this??

At the moment all I have is some classes derived from PSCmdlet ... I guess I have to implement another one...

dotnet-cli
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers