ADModule
ADModule copied to clipboard
Microsoft signed ActiveDirectory PowerShell module
hello, I am trying to use the ps1 file via download cradle, when i run the function i get the below error: ``` PS C:\> Import-ActiveDirectory Import-Module : System error....
It would be amazing if you could do the same magic with the Group Policy module
This was pulled a few weeks ago from a newer Windows box. No idea what has changed. If you chose to ignore or close this pull request, I won't be...
A command seeking the property msDS-AllowedToDelegateTo returns empty values. **Steps to Reproduce** 1. PS c:\test> Import-Module .\ADModule\Import-ActiveDirectory.ps1 2. PS c:\test> Import-ActiveDirectory 3. PS c:\test> Get-ADObject -Filter {msDS-AllowedToDelegateTo -Ne "$Null"} -Properties...
import-Module : The specified module '.\Microsoft.ActiveDirectory.Management.dll\' was not loaded because no valid module file was found in any module directory.
https://www.virustotal.com/gui/file/8eb311a48c6bb32577dac1844372513fbc66e0093351206fb17679ebd1272135/details According to VT the dll is not signed.

Latest Microsoft provided DLL for the ActiveDirectory PowerShell module Updated DLL from version 10.0.14393.0 to 10.0.**26100**.1591 Includes updated dMSA related cmdlets, such as New-ADServiceAccount with new parameter -CreateDelegatedServiceAccount, etc.; useful...