millmarc92lab / _Module.Template

Template for Powershell Modules
0 stars 0 forks source link

Need to Correct GUID value on _Module_Template.psd1 #1

Open millmarc92lab opened 1 year ago

millmarc92lab commented 1 year ago

Import-Module : The 'guid' member is not valid in the module manifest file 'C:\Program Files\WindowsPowerShell\Modules\Security.Tools\0.0.0\Security.Tools.psd1': Cannot convert value "0.0.00.0.00.0.00.0.00.0.00.0.00.0.00" to type "System.Guid". Error: "Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)." At line:1 char:1

millmarc92lab commented 1 year ago

Value is updated from the original "00000000-0000-0000-0000-000000000000" to "0.0.00.0.00.0.00.0.00.0.00.0.00.0.00" when the "0.0.0" value is replaced in the Module creation.