Advertisement
NovaViper

Powershell Update Error

Jul 16th, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Test-ScriptFileInfo : Script 'C:\Users\novag\AppData\Local\Temp\1291563196.ps1' is missing required metadata properties. Verify that the script file has Version, Guid, Description and
  2. Author properties. You can use the Update-ScriptFileInfo or New-ScriptFileInfo cmdlet to add or update the PSScriptInfo to the script file.
  3. At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.1.3.1\PSModule.psm1:5605 char:31
  4. + ... $scriptInfo = Test-ScriptFileInfo -Path $tempScriptFilePath
  5. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. + CategoryInfo : InvalidArgument: (C:\Users\novag\...\1291563196.ps1:String) [Test-ScriptFileInfo], ArgumentException
  7. + FullyQualifiedErrorId : MissingRequiredPSScriptInfoProperties,Test-ScriptFileInfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement