
3,211
Downloads
1,778
Downloads of v 1.44
12/24/2015
Last update
Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object's schema, and execute sophisticated searches that you can save and re-execute.
To install Active Directory Explorer, run the following command from the command line or from PowerShell:
C:\> choco install adexplorer
To upgrade Active Directory Explorer, run the following command from the command line or from PowerShell:
C:\> choco upgrade adexplorer
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'adexplorer' $url = 'https://download.sysinternals.com/files/AdExplorer.zip' $checksum = 'f7e154e519ca0b593a55e980715a3a4bbb2d391d' $checksumType = 'sha1' $url64 = "$url" $checksum64 = "$checksum" $checksumType64 = "checksumType" $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" Install-ChocolateyZipPackage -PackageName "$packageName" ` -Url "$url" ` -UnzipLocation "$toolsDir" ` -Url64bit "$url64" ` -Checksum "$checksum" ` -ChecksumType "$checksumType" ` -Checksum64 "$checksum64" ` -ChecksumType64 "$checksumType64" Write-Verbose "Accepting license..." $regRoot = 'HKCU:\Software\Sysinternals' $regPkg = 'Active Directory Explorer' $regPath = Join-Path $regRoot $regPkg if (-not(Test-Path $regRoot)) {New-Item -Path "$regRoot"} if (-not(Test-Path $regPath)) {New-Item -Path "$regRoot" -Name "$regPkg"} Set-ItemProperty -Path "$regPath" -Name EulaAccepted -Value 1 if ((Get-ItemProperty -Path "$regPath").EulaAccepted -ne 1) { throw "Failed setting registry value." }
Virus Scan Results
- adexplorer.1.44.nupkg (cfc9fb159d83) - ## / 56 - Log in or click on link to see number of positives
- AdExplorer.zip (97ef5001c225) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 2007-2012 Mark Russinovich, Bryce Cogswell
Tags
Release Notes
Program
Package
- Automatically built and uploaded by dtgm
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Active Directory Explorer 1.44 | 1778 | Thursday, December 24, 2015 | approved |
Active Directory Explorer 1.42 | 1433 | Monday, October 15, 2012 |
Discussion for the Active Directory Explorer Package
Ground rules:
- This discussion is only about Active Directory Explorer and the Active Directory Explorer package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Active Directory Explorer, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.