Skip to content

Releases: jschell/DirectoryServicesToolkit

DirectoryServicesToolkit v0.5.1

08 Mar 05:12

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.5.1.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.5.1.zip Module archive — extract and import the .psd1
SHA256:
3DA563DDB4DDA7B978C5824962AAC643E869F68A788B5073636197D002645244  DirectoryServicesToolkit-v0.5.1.zip

What's Changed

  • Claude/add esc4 esc6 smb signing 9 hp sl by @jschell in #23
  • fix(security,dcs): remove unused variable assignments causing PSScrip… by @jschell in #24

Full Changelog: v0.4.0...v0.5.1

DirectoryServicesToolkit v0.4.0

08 Mar 04:30

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.4.0.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.4.0.zip Module archive — extract and import the .psd1
SHA256:
D3EE9B536EC744DD20EE86C47ACD30DBA7B57216A6CB2D439BE3C5B9A5315B3A  DirectoryServicesToolkit-v0.4.0.zip

What's Changed

  • docs: update README for v0.3.0 — add 7 new functions to function tabl… by @jschell in #20
  • docs: document -Server/-Credential gap and implementation requirements by @jschell in #21
  • Claude/add esc4 esc6 smb signing 9 hp sl by @jschell in #22

Full Changelog: v0.3.0...v0.4.0

DirectoryServicesToolkit v0.3.0

07 Mar 22:41
fa2c955

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.3.0.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.3.0.zip Module archive — extract and import the .psd1
SHA256:
F5FA5B05B5E295B884A6C30DFE4F1ABAD083591CF98AF14886F82CAD1F75953B  DirectoryServicesToolkit-v0.3.0.zip

What's Changed

  • feat(security,hygiene,enumeration,dcs): add v0.3.0 high/medium priori… by @jschell in #19

Full Changelog: v0.2.0...v0.3.0

DirectoryServicesToolkit v0.2.0

04 Mar 21:48

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.2.0.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.2.0.zip Module archive — extract and import the .psd1
SHA256:
DA735CC0F71803D34EF7B1D9111FEF3EE36D9A258F429E4E8D5FEA97C8468D18  DirectoryServicesToolkit-v0.2.0.zip

What's Changed

  • Claude/directory services coverage by @jschell in #18

Full Changelog: v0.1.1...v0.2.0

DirectoryServicesToolkit v0.1.1

04 Mar 18:34

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.1.1.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.1.1.zip Module archive — extract and import the .psd1
SHA256:
9C039B2D89574BABFBC849A30BCA81C1DB7CB76E0AEB6F58C4E3C9130877517F  DirectoryServicesToolkit-v0.1.1.zip

What's Changed

  • Claude/fix build failure fe bgy [bump patch] by @jschell in #17

Full Changelog: v0.1.0...v0.1.1

DirectoryServicesToolkit v0.1.0

04 Mar 17:56
bbaab49

Choose a tag to compare

Installation

# Download and import
Expand-Archive DirectoryServicesToolkit-v0.1.0.zip
Import-Module ./DirectoryServicesToolkit/DirectoryServicesToolkit.psd1 -Force

# Verify
Get-Command -Module DirectoryServicesToolkit

Requirements

  • PowerShell 7.0+
  • No RSAT or ActiveDirectory module required for most functions
  • Domain read access for enumeration functions; see each function's .DESCRIPTION for required permissions

Downloads

File Description
DirectoryServicesToolkit-v0.1.0.zip Module archive — extract and import the .psd1
SHA256:
C27D59ED7654FFDA83287098F509434718EF2E3D00C348DAB6B39D0086A5A505  DirectoryServicesToolkit-v0.1.0.zip

What's Changed

  • Claude/plan ad toolkit org ede xi by @jschell in #1
  • Claude/plan ad toolkit org ede xi by @jschell in #2
  • Claude/plan ad toolkit org ede xi by @jschell in #3
  • Claude/heic release workflow kn ia s by @jschell in #4
  • fix(ci): pass -File ./build.ps1 to Invoke-Build in workflow steps by @jschell in #5
  • fix(lint): resolve all PSScriptAnalyzer violations blocking CI by @jschell in #6
  • fix(lint): resolve 8 remaining PSScriptAnalyzer violations and double… by @jschell in #7
  • fix(tests): replace unmockable .NET static calls with private helpers by @jschell in #8
  • fix(lint): cast DC names array to [string[]] in Get-DSDomainControlle… by @jschell in #9
  • fix(lint): change OutputType to System.Object[] in Get-DSDomainContro… by @jschell in #10
  • fix(tests): resolve 58 unit test failures across enumeration, DC, DNS… by @jschell in #11
  • fix(tests): restructure CIM mocks in SysvolHealth and DNS tests to us… by @jschell in #12
  • fix(tests): add global CIM cmdlet stubs for Linux CI compatibility by @jschell in #13
  • Update README with project details and instructions [release] by @jschell in #14
  • fix(ci): allow [release] to re-publish when tag already exists by @jschell in #15
  • fix(ci): pass -File ./build.ps1 to Invoke-Build in release workflow [release] by @jschell in #16

New Contributors

Full Changelog: https://github.com/jschell/DirectoryServicesToolkit/commits/v0.1.0