Get-Module

Rudolf Meier 291 Reputation points
2021-04-24T16:39:36.053+00:00

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...

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
326 questions
0 comments No comments
{count} votes