Skip to content

NoPowerShell v1.23

Compare
Choose a tag to compare
@bitsadmin bitsadmin released this 27 Jul 07:07
· 26 commits to master since this release
34b5dca

Changelog

  • Added #define's to easily support more cmdlets in case the project is compiled using a .NET version higher than .NET v2 while maintaining .NET v2 compatibility
  • Cmdlets added:
    • Get-PSDrive
    • Compress-Archive (.NET v4.5+)
    • Expand-Archive (.NET v4.5+)
    • Get-NetNeighbor
  • Cmdlets updated:
    • Select-Object: Attribute selection is now case-insensitive
    • Test-NetConnection: Added Port and TTL parameters
  • For NoPowerShell DLL changed from RGiesecke's UnmanagedExports to 3F's DllExport
  • Updated README.md and CONTRIBUTING.md, and moved cmdlet examples to CHEATSHEET.md
  • Couple of bugfixes and minor improvements