0

one question about ms powershell. I cannot use the Format-Hex command, it returns me an error. Does it's possibile it is a matter of privileges? Or maybe I have to install some special features? Under the machine i try to, I'm not administrator.

thanks

  • 2
    Please post the actual error – Mathias R. Jessen Apr 10 '18 at 14:51
  • 1
    `Format-Hex` requires PowerShell version 5.0 or higher. Could that be the issue? – Jelphy Apr 10 '18 at 14:57
  • I've got version 2.0, so it could be the issue. thnx. Anyway the error is + format-hex <<<< + CategoryInfo : ObjectNotFound: (format-h + FullyQualifiedErrorId : CommandNotFoundException – onec0de Apr 11 '18 at 14:16
  • As the error says your PowerShell does not know the command. If you are using PowerShell Version 2.0 then the `Format-Help` Cmdlet is not available (as @Jelphy said). See [Windows PowerShell 2.0 - Overview of Cmdlets Available in Windows PowerShell](https://technet.microsoft.com/en-us/library/ff714569.aspx) for more Information. – PatM0 Apr 11 '18 at 23:32
  • It's version issue. Your version will be less than 5. You can check it from the following answer link: https://stackoverflow.com/a/1825807/1690709 – Hassan Rahman Jan 17 '19 at 16:33

0 Answers0