Guest MesPia Posted October 1, 2019 Posted October 1, 2019 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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.