Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Missing DnsServer module and get-DNSServerResourceRecord

$
0
0

I am trying to leverage the get-DNSServerResourceRecord that comes with Powershell 4.0.  On my windows 7 machine, the IT staff (I am not local admin on my machine) has installed WMF 4.0 and RSAT and enabled the latter under the Control Panel.  I can see the tools, particularly the DNS mmc under the start menu.  When I attempt to use it within powershell, I get "get-dnsserverresourcerecord is not recognized as the name of a cmdlet"

It seems missing from the list of available modules:

    Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   1.0.0.0    ActiveDirectory                     {Get-ADRootDSE, Ne..
Manifest   1.0.0.0    AppLocker                           {Set-AppLockerPoli..
Manifest   1.0.0.0    BitsTransfer                        {Add-BitsFile, Rem..
Manifest   1.0.0.0    CimCmdlets                          {Get-CimAssociated..
Manifest   1.0.0.0    FailoverClusters                    {Add-ClusterDisk, ..
Manifest   1.0.0.0    GroupPolicy                         {Backup-GPO, Copy-..
Script     1.0.0.0    ISE                                 {New-IseSnippet, I..
Manifest   3.0.0.0    Microsoft.PowerShell.Diagnostics    {Get-WinEvent, Get..
Manifest   3.0.0.0    Microsoft.PowerShell.Host           {Start-Transcript,..
Manifest   3.1.0.0    Microsoft.PowerShell.Management     {Add-Content, Clea..
Manifest   3.0.0.0    Microsoft.PowerShell.Security       {Get-Acl, Set-Acl,..
Manifest   3.1.0.0    Microsoft.PowerShell.Utility        {Format-List, Form..
Manifest   3.0.0.0    Microsoft.WSMan.Management          {Disable-WSManCred..
Manifest   1.0.0.0    NetworkLoadBalancingClusters        {Add-NlbClusterNod..
Binary     1.0        PSDesiredStateConfiguration         {Set-DscLocalConfi..
Script     1.0.0.0    PSDiagnostics                       {Disable-PSTrace, ..
Binary     1.1.0.0    PSScheduledJob                      {New-JobTrigger, A..
Manifest   2.0.0.0    PSWorkflow                          {New-PSWorkflowExe..
Manifest   1.0.0.0    PSWorkflowUtility                   Invoke-AsWorkflow
Manifest   1.0.0.0    TroubleshootingPack                 {Get-Troubleshooti..

What do I need to do to use this new cmdlet?


Viewing all articles
Browse latest Browse all 6937

Trending Articles