$cs.Reg\_GetMultiString
Syntax
Section titled “Syntax”$cs.Reg_GetMultiString(string registryroot, string regkey, string regvalue)
Parameters
Section titled “Parameters”registryroot
Root key (HKLM or HKEY_LOCAL_MACHINE, HKCU, HKU)
regkey
Registry keypath
regvalue
Registry value to retrieve (empty string for default value)
Example
Section titled “Example”$cs.Reg_GetMultiString('HKLM', 'SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{19896649-f199-4a61-8a64-cffeffef8715}','DhcpSubnetMaskOpt')returns value as array of strings