Hi all,
I am working on my migration to the new platform and it is not without a struggle.
Must every custom module be build and uploaded to the marketplace?
Thanks for this amazing tool!
Product: PowerShell Universal
Version: 1.5.2
Hi all,
I am working on my migration to the new platform and it is not without a struggle.
Must every custom module be build and uploaded to the marketplace?
Thanks for this amazing tool!
Product: PowerShell Universal
Version: 1.5.2
no, I have custom modules that I run.
I add them to PowerShellUniversal\Dashboard\Components\COMPNAME\1.0…
this seems to work ok
Hi DavidB thanks for your replay.
Do you know the requirements for the modules? Not every module i uploaded to the folders are visible in the “Dashboard Components” page.
I got one step further so thanks for that
ok I just dropped them into the folder. you need to make sure that the powershell module version matches the file structure
so @{
RootModule = ‘UniversalDashboard.DBDragDrop.psm1’
ModuleVersion = ‘1.0’
should mean that in the compoent folder, you have mycomponent\1.0\my stuff
that should work (I think)
Thanks DavidB!
Hugs and kisses from Norway #noCovid19.