Click here to Skip to main content
15,893,401 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: No Process, Application, Performance Icon Pin
Mekong River19-Feb-09 20:58
Mekong River19-Feb-09 20:58 
GeneralRe: No Process, Application, Performance Icon Pin
Komsot22-Feb-09 21:48
Komsot22-Feb-09 21:48 
GeneralRe: No Process, Application, Performance Icon Pin
Mekong River22-Feb-09 21:51
Mekong River22-Feb-09 21:51 
AnswerRe: No Process, Application, Performance Icon Pin
JMummery22-Feb-09 12:02
professionalJMummery22-Feb-09 12:02 
GeneralRe: No Process, Application, Performance Icon Pin
Komsot22-Feb-09 21:49
Komsot22-Feb-09 21:49 
QuestionMofcomp (in XP, SP3) Pin
Archdeacon18-Feb-09 17:44
Archdeacon18-Feb-09 17:44 
AnswerRe: Mofcomp (in XP, SP3) Pin
Uros Calakovic19-Feb-09 11:20
Uros Calakovic19-Feb-09 11:20 
GeneralRe: Mofcomp (in XP, SP3) Pin
Archdeacon19-Feb-09 17:12
Archdeacon19-Feb-09 17:12 
Thank you. I agree that the Consumer and Filter instances do not present a problem and I have seen examples of (Delete) FilterToConsumerBinding with so many "\" characters that I cannot get anything to work. Here is the MOF file I am trying to "delete":

#pragma namespace ("\\\\.\\root\\subscription")
instance of ActiveScriptEventConsumer as $Cons
{
Name = "ASEC";
ScriptingEngine = "VBScript";
ScriptFileName = "c:\\asec.vbs";
};
instance of __EventFilter as $Filt
{
Name = "EF";
Query = "SELECT * FROM __InstanceDeletionEvent WITHIN 5 "
"WHERE TargetInstance ISA \"Win32_Process\" "
"AND TargetInstance.Name = \"calc.exe\"";
QueryLanguage = "WQL";
EventNamespace = "root\\cimv2";
};

instance of __FilterToConsumerBinding
{
Filter = $Filt;
Consumer = $Cons;
};

Any further assistance would be much appreciated!
GeneralRe: Mofcomp (in XP, SP3) Pin
Uros Calakovic20-Feb-09 11:37
Uros Calakovic20-Feb-09 11:37 
GeneralRe: Mofcomp (in XP, SP3) Pin
Archdeacon22-Feb-09 17:34
Archdeacon22-Feb-09 17:34 
QuestionProblem with configure cluster administration Pin
Mekong River18-Feb-09 14:29
Mekong River18-Feb-09 14:29 
QuestionWeird update issue on XP Pin
Kristian Sixhøj18-Feb-09 4:12
Kristian Sixhøj18-Feb-09 4:12 
AnswerRe: Weird update issue on XP Pin
Dave Kreskowiak18-Feb-09 4:49
mveDave Kreskowiak18-Feb-09 4:49 
GeneralRe: Weird update issue on XP Pin
Kristian Sixhøj18-Feb-09 5:00
Kristian Sixhøj18-Feb-09 5:00 
GeneralRe: Weird update issue on XP Pin
Dave Kreskowiak18-Feb-09 5:03
mveDave Kreskowiak18-Feb-09 5:03 
QuestionAdd a port in the Firewall exception list Pin
ShyamR17-Feb-09 20:38
ShyamR17-Feb-09 20:38 
QuestionNetwork card problem Pin
scorp_scorp16-Feb-09 1:24
scorp_scorp16-Feb-09 1:24 
AnswerRe: Network card problem Pin
Jörgen Andersson16-Feb-09 2:10
professionalJörgen Andersson16-Feb-09 2:10 
AnswerRe: Network card problem Pin
Sunil Dass26-Mar-09 7:41
Sunil Dass26-Mar-09 7:41 
QuestionRe-Using Windows Small Business Server 2003 R2 CAL Pin
Programm3r16-Feb-09 0:18
Programm3r16-Feb-09 0:18 
AnswerRe: Re-Using Windows Small Business Server 2003 R2 CAL Pin
Jörgen Andersson16-Feb-09 2:06
professionalJörgen Andersson16-Feb-09 2:06 
GeneralRe: Re-Using Windows Small Business Server 2003 R2 CAL Pin
Programm3r16-Feb-09 3:12
Programm3r16-Feb-09 3:12 
QuestionDisabling "Update Driver" in Device manager in Windows XP Pin
himansu_sm15-Feb-09 5:57
himansu_sm15-Feb-09 5:57 
QuestionSetting the file extension description Pin
Like2Byte13-Feb-09 9:03
Like2Byte13-Feb-09 9:03 
QuestionDCOM Problem in Windows Web Server 2008 Pin
ducero9-Feb-09 4:42
ducero9-Feb-09 4:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.