D
DilbertW01
I have downloaded the DnsShell.zip and followed the instructions at
https://social.technet.microsoft.co...21724.how-dns-aging-and-scavenging-works.aspx
However, when I attempt to do the import-module DnsShell, I get the following:
PS C:\Program Files\WindowsPowerShell\Modules> Import-Module DnsShell
Import-Module : The specified module 'DnsShell' was not loaded because no valid module file was found in any module directory.
At line:1 char:1
+ Import-Module DnsShell
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (DnsShell:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
I confirmed the DnsShell subdirectory and contents of the DnsShell.zip in it are located at that Modules directory. This path is in my $envSModulePath.
What am I missing?
Continue reading...
https://social.technet.microsoft.co...21724.how-dns-aging-and-scavenging-works.aspx
However, when I attempt to do the import-module DnsShell, I get the following:
PS C:\Program Files\WindowsPowerShell\Modules> Import-Module DnsShell
Import-Module : The specified module 'DnsShell' was not loaded because no valid module file was found in any module directory.
At line:1 char:1
+ Import-Module DnsShell
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (DnsShell:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
I confirmed the DnsShell subdirectory and contents of the DnsShell.zip in it are located at that Modules directory. This path is in my $envSModulePath.
What am I missing?
Continue reading...