Skip to content

Releases: bitsadmin/nopowershell

NoPowerShell v1.25

03 Nov 17:03
Compare
Choose a tag to compare

Changelog

  • Cmdlets added:
    • Export-Csv
    • Get-ADObject
    • Get-ADTrust
    • Get-Clipboard
    • Get-DnsClientCache
    • Get-ItemPropertyValue
    • Get-NetTCPConnection
    • Get-SmbShare
    • Out-File
    • Set-Clipboard
    • Sort-Object
    • Write-Output
  • Added support for @CCob's BOF.NET
  • Fixed issue with the solution where DllExport caused Visual Studio to crash
  • Added -Server and -SearchBase parameters to all ActiveDirectory cmdlets
  • Added various examples to cheat sheet
  • Various minor improvements

NoPowerShell v1.23

27 Jul 07:07
34b5dca
Compare
Choose a tag to compare

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

NoPowerShell v1.22

28 Apr 17:42
Compare
Choose a tag to compare

Changelog

  • Added support to launch an interactive NoPowerShell via rundll32: rundll32 NoPowerShell.dll,main
  • Added support for abbreviated parameters (i.e. -T instead of -Type for Resolve-DnsName)
  • Improved exception handling
  • Couple of bugfixes and minor improvements

NoPowerShell v1.21

04 Apr 14:42
Compare
Choose a tag to compare

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

NoPowerShell v1.2

28 Dec 14:13
Compare
Choose a tag to compare

Changelog

  • Cmdlets added:
    • Get-ADComputer
    • Get-RemoteSmbShare
    • Stop-Process
  • Cmdlets updated:
    • Get-SystemInfo: Stability improvements
    • Get-ChildItem: Added support for listing env: and some refactoring
    • Get-ItemProperty: Implemented -Name option
    • Get-Process: Implemented -Name option
    • Resolve-DnsName: Implemented -Type option
  • Some minor improvements
  • Updated README
  • Updated Twitter handle in all files

NoPowerShell v1.1

02 Dec 21:26
Compare
Choose a tag to compare

Changelog

  • Cmdlets added:
    • Get-ADGroup
    • Get-ADGroupMember
    • Get-ADUser
    • Get-LocalGroup
    • Get-LocalGroupMember
    • Get-LocalUser
    • Get-Help
    • Measure-Object
  • Added support for providing examples
  • Examples added for all cmdlets
  • Added support for remote machines for the Get-Process cmdlet
  • Updated README.md with additional examples
  • Minor bugfixes and improvements

NoPowerShell v1.0

28 Nov 22:47
Compare
Choose a tag to compare

First public release of NoPowerShell.