Skip to content

NoPowerShell v1.21

Compare
Choose a tag to compare
@bitsadmin bitsadmin released this 04 Apr 14:42
· 35 commits to master since this release

Changelog

  • Cmdlet added:
    • Get-HotFix
  • Cmdlet renamed:
    • Get-SystemInfo to Get-ComputerInfo
  • Cmdlets updated:
    • Get-ChildItem: added support for -Depth parameter
    • Resolve-DnsName: added support for specifying the -Type parameter
    • Get-Command: Shows sorted output
  • Moved parsing of the -ComputerName, -Username and -Password to the PSCommand base class
  • Categorized cmdlet namespaces
  • Proper error when typing incorrect command
  • Some minor bugfixes