Detected 2 occurrence(s) of ‘^\s*pass(word|phrase|wd|code)*\s*(:|=|is|was)\s*[a-z0-9\-_\!]+$’: { Impersonation = ImpersonationLevel.Impersonate, EnablePrivileges = true, Username = username, Password = password }; ManagementScope scope = new ManagementScope(@"\remoteMachineNamerootcimv2", connOptions); scope.Connect(); ObjectGetOptions options = new ObjectGetOptions(); // Getting the proc Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$’: { Impersonation = ImpersonationLevel.Impersonate, EnablePrivileges = true, Username = username, Password = password }; [...]
↧