ADServices
0.1.2
Rough re-implementation of the MS ActiveDirectory powershell module but
leveraging the C# "System.DirectoryServices.dll" assembly which is available by
default on Windows instead of requiring that the user install RSAT. Very
feature-incomplete at this time. Also, unfortunately
"System.DirectoryServices.dll" is Windows-only and therefore so is this module.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
2025, Martin C Zarate
Package Details
Author(s)
- Martin C Zarate (AKA Pxtl)
Tags
ActiveDirectory DirectoryServices RSAT
Functions
*-ADObject *-ADUser *-ADAccount *-ADGroup *-ADGroupMember *-ADOrganizationalUnit
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v0.1.2
- add Get-ADGroupMember
v0.1.1
- hide private functions properly
v0.1.0
- Initial Version
- Includes main verbs for ADObject, ADUser, ADAccount, ADGroup, ADGroupMember
FileList
- ADServices.nuspec
- Tests\Integration\ADOrganizationalUnit.tests.ps1
- ADUser.psm1
- ADGroup.psm1
- Tests\Integration\ADGroupMember.tests.ps1
- Tests\Integration\Shared\Clear-TestObjects.ps1
- ADAccount.psm1
- ADGroupMember.psm1
- Tests\Integration\Invoke-IntegrationTest.ps1
- Tests\Integration\Shared\Get-BuiltInUserDistinguishedNames.ps1
- ADOrganizationalUnit.psm1
- Tests\Convert-ADIdentityToFilter.tests.ps1
- Tests\Integration\ADAccount.tests.ps1
- Tests\Integration\Shared\Get-BuiltInGroupDistinguishedNames.ps1
- Shared\ADHelpers.psm1
- Tests\Integration\ADGroup.tests.ps1
- Tests\Integration\adservices-testdocker\docker-compose.yml
- ADObject.psm1
- Shared\ADDirectoryEntry.psm1
- Tests\Integration\ADUser.tests.ps1
- ADServices.psd1
- Shared\Variables.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.1.2 (current version) | 4 | 6/26/2025 |
0.1.1 | 5 | 6/26/2025 |
0.1.0 | 4 | 6/26/2025 |