ActiveDirectoryTools

2.0.0.2

Active Directory Tools

Custom tools for automating Active Directory management and setup. I've put these together to consolidate a number of scripts I regularly used.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ActiveDirectoryTools -RequiredVersion 2.0.0.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ActiveDirectoryTools -Version 2.0.0.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016. All rights reserved.

Package Details

Author(s)

  • Michael Haken

Tags

AD ActiveDirectory

Functions

Import-WmiFiltersFromJson Import-GPOPermissionsFromJson Export-GPOBackupsAndWmiFilters Export-GPOPermissions Import-FullGPOBackups Get-WmiFilter New-StandardGPOWmiFilters New-GPOWmiFilter Set-PDCEmulatorSrvRecords Start-SDProp Set-SDPropSchedule Grant-SPNWriteOnProtectedADObjects Set-ADObjectAcl Get-KerberosDelegationInformation Test-IsEnterpriseAdmin Test-IsEnterpriseOrDomainAdmin Test-IsDomainAdmin ConvertTo-ADObject Get-ADGroupMembershipChangeSummary Get-ADObjectPropertyChangeInfo Get-ADGroupMembershipAddInfo Get-ADPrincipalDetails Get-ADNestedGroupMembership Get-OldADUsers Get-ADUserAccountControl

Dependencies

This module has no dependencies.

Release Notes

*2.0.0.2
I changed the module logic to not Stop on error when trying to import ActiveDirectory and GroupPolicy since other modules that may use this as a dependency and those modules may perform tasks like installing AD, but cannot be imported because this module calls Import-Module ActiveDirectory on load. The specific use case was my ESAE module.

FileList

Version History

Version Downloads Last updated
2.0.0.9 44,686 8/7/2017
2.0.0.8 587 6/22/2017
2.0.0.7 1,178 3/3/2017
2.0.0.6 255 3/3/2017
2.0.0.5 267 3/3/2017
2.0.0.4 279 3/2/2017
2.0.0.2 (current version) 265 3/1/2017
2.0.0.1 476 1/23/2017
1.0.1.16 1,066 7/12/2016
1.0.1.15 401 6/27/2016
1.0.1.14 482 4/6/2016
Show less