powershell - There is no Get-GacAssembly cmdlet -
windows 8.1, powershell 4. i'm wanting use ps manage gac. find lots of references get-gacassembly reading list, getting detailed info, etc.
but running ps administrator, , ps ise, error:
> term 'get-gacassembly' not recognized name of cmdlet
do need cd somewhere? how discover go find cmdlets?
the general answer question must first install module (by adding relevant files documents\powershell\modules or windows\system32\windowspowershell\v1.0\modules. then, should use import-module load cmdlets. cmdlets in windows\system32\windowspowershell\v1.0\modules should loaded default. script modules (e.g., modules export functions) require @ least remotesigned execution settings run.
Comments
Post a Comment