The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Windows specific command and file samples

wmi: wmi queries results
- *-CIM_LogicalDevice: wmic path CIM_LogicalDevice get /Format:list
- all instances of class Win32_NetworkAdapter :
   wmic /OUTPUT:C:\networkAdapters_7.wmi Path Win32_NetworkAdapter Get /FORMAT:list
- all instances of class Win32_NetworkAdapterConfiguration :
   wmic /OUTPUT:C:\networkAdapterConfigurations_7.wmi Path Win32_NetworkAdapterConfiguration Get /FORMAT:list

registry: registry exports