PowerShell / JEA

Just Enough Administration
http://aka.ms/JEAdocs
MIT License
257 stars 60 forks source link

Module Versioning #64

Open miketheitguy opened 4 years ago

miketheitguy commented 4 years ago

message: Could not find the role capability, 'RoleName'. The role capability must be a file named 'RoleName.psrc' within a 'RoleCapabilities' directory in a module in the current module path. For more information, see the about_Remote_Troubleshooting Help topic.

This issue occurs when JEA modules are versioned and deployed with PowerShellGet, which drops the modules into subfolders for each version.

Can we get support for that deployment functionality in JEA?