diff --git a/Windows/Powershell/Active Directory.md b/Windows/Powershell/Active Directory.md index e69de29..af834d0 100644 --- a/Windows/Powershell/Active Directory.md +++ b/Windows/Powershell/Active Directory.md @@ -0,0 +1,8 @@ + +``` Powershell +Install-module ActiveDirectory +``` + +``` Powershell +Import-module ActiveDirectory +``` \ No newline at end of file