Consider the following scenario:
- You have a Windows Server 2008 R2 configured with failover clustering feature
- You have configured Distributed File System (DFS) on failover cluster to maintain a single namespace for file shares
- You query the DFS cluster resource using Win32_DFS* WMI-class objects
- WMI results bring NULL instances when connected to DFS resources in the cluster as seen in the examples below:
For example:
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSTarget
"No instance(s) Available"
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSNode
"No instance(s) Available"
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSNodeTarget
"No instance(s) Available"
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSTarget
"No instance(s) Available"
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSNode
"No instance(s) Available"
C:\>WMIC /NODE:<nodename> /NameSpace:\\root\cimv2 path Win32_DFSNodeTarget
"No instance(s) Available"