EvotecIT / ADEssentials

PowerShell Active Directory helper functions to manage healthy Active Directory
MIT License
429 stars 51 forks source link

Not able to run Invoke-ADEssentials #45

Closed adamgell closed 4 months ago

adamgell commented 4 months ago

https://github.com/EvotecIT/ADEssentials/blob/master/Public/Invoke-ADEssentials.ps1

Trying to run this script. I don't see the function being exported in the module. Tried a number of different versions, computers, and PowerShell versions.

Can you help point me in the right direction?

image image

PrzemyslawKlys commented 4 months ago

You need to install rsat for ad and gpo. Without it it will hide a lot of functions.

adamgell commented 4 months ago

ahh thanks! that makes sense!