lazywinadmin / AdsiPS

PowerShell module to interact with Active Directory using ADSI and the System.DirectoryServices namespace (.NET Framework)
http://www.lazywinadmin.com
MIT License
193 stars 46 forks source link

Added Pipeline Support to multiple Functions #112

Closed Skoetting closed 4 years ago

Skoetting commented 4 years ago

As the most "Underlying" Function like Get-ADSI* already accepts a Object as Identity Parameter its very simple to implement Pipeline Support to many other functions. In this PR i done this implementations for 12 function. Now you can use multiple functions together like: Get-ADSIUser -Identity 'TestUser' | Unlock-ADSIUser