Click here to Skip to main content
15,917,538 members
Home / Discussions / C#
   

C#

 
GeneralRe: ManagementObject Pin
Mark Salsbery23-Sep-08 8:45
Mark Salsbery23-Sep-08 8:45 
GeneralRe: ManagementObject [modified] Pin
arkiboys23-Sep-08 20:52
arkiboys23-Sep-08 20:52 
GeneralRe: ManagementObject Pin
Mark Salsbery24-Sep-08 4:55
Mark Salsbery24-Sep-08 4:55 
GeneralRe: ManagementObject Pin
arkiboys24-Sep-08 6:48
arkiboys24-Sep-08 6:48 
GeneralRe: ManagementObject Pin
Mark Salsbery24-Sep-08 7:02
Mark Salsbery24-Sep-08 7:02 
GeneralRe: ManagementObject Pin
arkiboys24-Sep-08 21:00
arkiboys24-Sep-08 21:00 
GeneralRe: ManagementObject Pin
arkiboys24-Sep-08 21:07
arkiboys24-Sep-08 21:07 
GeneralRe: ManagementObject Pin
Mark Salsbery25-Sep-08 5:03
Mark Salsbery25-Sep-08 5:03 
NTLM is the default authentication method so you shouldn't need
that line.

This is most likely security configuration issue so throwing code at it
isn't going to help - if you could get past security with code it
wouldn't be too effective Smile | :)

Make sure you've done this on the remote machine:
Enable WMI (Windows Management Instrumentation)[^]

Also, take a look in the registry on the remote machine.
If there's a key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\forceguest
and it's set to 1, set it to 0.

You can also test using the Computer Management WMI Control snap-in.
Run "wmimgmt.msc", right click on the WMI Control and choose "Connect
to another computer". Try to connect to the remote machine. If it's successful
then your code is probably wrong. If it gives you access denied then
you probably have a configuration issue.

That's all I know. You should definitely ask on an IT newsgroup about enabling
remote WMI on Server 2003.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: ManagementObject Pin
arkiboys25-Sep-08 22:44
arkiboys25-Sep-08 22:44 
GeneralRe: ManagementObject Pin
Mark Salsbery26-Sep-08 4:50
Mark Salsbery26-Sep-08 4:50 
GeneralRe: ManagementObject Pin
arkiboys26-Sep-08 10:27
arkiboys26-Sep-08 10:27 
QuestionWindows / Web Pin
ellllllllie22-Sep-08 2:12
ellllllllie22-Sep-08 2:12 
AnswerRe: Windows / Web Pin
Pete O'Hanlon22-Sep-08 2:33
mvePete O'Hanlon22-Sep-08 2:33 
GeneralRe: Windows / Web Pin
ellllllllie22-Sep-08 2:47
ellllllllie22-Sep-08 2:47 
GeneralRe: Windows / Web Pin
Pete O'Hanlon22-Sep-08 4:10
mvePete O'Hanlon22-Sep-08 4:10 
GeneralRe: Windows / Web Pin
Monark23-Sep-08 15:03
Monark23-Sep-08 15:03 
Question"Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 2:12
arnold_w22-Sep-08 2:12 
AnswerRe: "Modal" form that doesn't block the calling thread Pin
Lutosław22-Sep-08 2:29
Lutosław22-Sep-08 2:29 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 2:39
arnold_w22-Sep-08 2:39 
AnswerRe: "Modal" form that doesn't block the calling thread Pin
Nicholas Butler22-Sep-08 2:54
sitebuilderNicholas Butler22-Sep-08 2:54 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 3:59
arnold_w22-Sep-08 3:59 
QuestionCheck whether an Email Id exists or not [modified] Pin
pearlswathi22-Sep-08 1:30
pearlswathi22-Sep-08 1:30 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 1:35
mvePete O'Hanlon22-Sep-08 1:35 
GeneralRe: Check whether an Email Id exists or not Pin
J4amieC22-Sep-08 2:43
J4amieC22-Sep-08 2:43 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 3:50
mvePete O'Hanlon22-Sep-08 3:50 

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.