From bf543bc35298891154c2f43eebf5634fab08a83b Mon Sep 17 00:00:00 2001 From: Jurjen Ladenius Date: Mon, 6 Sep 2021 08:02:20 +0200 Subject: [PATCH] First importable module --- Powershell/RunBooks/SubdomainTakeOverCheck.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Powershell/RunBooks/SubdomainTakeOverCheck.ps1 b/Powershell/RunBooks/SubdomainTakeOverCheck.ps1 index e4030cc..24e1a9a 100644 --- a/Powershell/RunBooks/SubdomainTakeOverCheck.ps1 +++ b/Powershell/RunBooks/SubdomainTakeOverCheck.ps1 @@ -12,7 +12,7 @@ Import-Module Az.ContainerInstance Import-Module Az.Automation Import-Module Az.Resources Import-Module Effectory.Dns -Force -Import-Module DnsClient +Import-Module DnsClient-PS # --------------------------------------------------------- Connect to Azure $connectionName = "AzureRunAsConnection"