From 34d1dfb9d1345bd167e5e2062072d304c0c3b1c8 Mon Sep 17 00:00:00 2001 From: Bobban Date: Tue, 29 Nov 2022 22:58:15 +0100 Subject: [PATCH] asd Signed-off-by: Bobban --- Windows/Powershell/Active Directory.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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