Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Syntax

$cs.Reg_GetMultiString(string registryroot, string regkey, string regvalue)

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

$cs.Reg_GetMultiString('HKLM', 'SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\{19896649-f199-4a61-8a64-cffeffef8715}','DhcpSubnetMaskOpt')

returns value as array of strings

  • No labels