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

Fix ParameterSetName #76

Closed christophekumor closed 5 years ago

christophekumor commented 5 years ago

DefaultParameterSetName = "All" not needed if no ParameterSetName = "All" exist And ParameterSetName = "All" not needed in Get-ADSIUser

christophekumor commented 5 years ago

Humm not really needed. Sorry.