Jump to content

Recommended Posts

Guest MesPia
Posted

According to the documentation for PowerShell 6, the PowerShell command "Get-Command -Verb Get" should output a format similar to:

 

CommandType Name Definition

----------- ---- ----------

Cmdlet Get-Acl Get-Acl [[-Path] <String[]>]...

Cmdlet Get-Alias Get-Alias [[-Name] <String[]...

Cmdlet Get-AuthenticodeSignature Get-AuthenticodeSignature [-...

Cmdlet Get-ChildItem Get-ChildItem [[-Path] <Stri...

...

What I actually get using that command is something like the following:

CommandType Name Version Source

----------- ---- ------- ------

Function Get-AppBackgroundTask 1.0.0.0 AppBackgroundTask

Function Get-AppxLastError 2.0.1.0 Appx

Function Get-AppxLog 2.0.1.0 Appx

 

It doesn't show the Definition (syntax) as shown in the documentation. Is the documentation wrong, or does it apply yet another version of PowerShell?

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...