Manifest
PowerShell Module Manifests Tip: allowed cmdlets and variables
By Joel 'Jaykul' Bennett on 17-Jan-2010
I was under the impression that module manifests allow only DATA stuff. In fact, if you try to use cmdlets or variables in them, you get the usual Data-language errors, like this: Import-Module : The module manifest ‘C:\Modules\Test\Test.psd1’ could not be processed because it is not a valid PowerShell restricted language file. Please remove the [...]
Posted in Huddled | Tagged Manifest, Metadata, Modules, PowerShell, Windows 7 | 1 Response