Skip to content

NoPowerShell v1.25

Latest
Compare
Choose a tag to compare
@bitsadmin bitsadmin released this 03 Nov 17:03
· 2 commits to master since this release

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