Where is the Windows GUI equivalent for this WMI firewall setting?

J

Jimmy B

Can anyone please help me here? I've been looking for months a place in
Windows XP GUI itself where I can change this setting without using the
following script which opens the Windows firewall for WMI access.

Set objFirewall = CreateObject("HNetCfg.FwMgr")
Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
Set objAdminSettings = objPolicy.RemoteAdminSettings
objAdminSettings.Enabled = TRUE

Any ideas?

Thank you!
 
D

Dave Patrick

Group policy editor;

Administrative Templates\Network\Network Connections\Windows
Firewall\Standard Profile

Administrative Templates\Network\Network Connections\Windows Firewall\Domain
Profile

"Allow remote administration exception"


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Can anyone please help me here? I've been looking for months a place in
| Windows XP GUI itself where I can change this setting without using the
| following script which opens the Windows firewall for WMI access.
|
| Set objFirewall = CreateObject("HNetCfg.FwMgr")
| Set objPolicy = objFirewall.LocalPolicy.CurrentProfile
| Set objAdminSettings = objPolicy.RemoteAdminSettings
| objAdminSettings.Enabled = TRUE
|
| Any ideas?
|
| Thank you!
 
J

Jimmy B

Thanks for replying Mr. Patrick! That's if you're running in a domain
configuration, correct? I couldn't find it on my local XP machine which is
just part of a workgroup. I looked all over in Administrator Tools
including Local Security Policy, Component Services and Computer Management,
but I still couldn't find it.

And I looked in the exceptions for the Windows Firewall, but nothing was
immediately apparent.

Jim
 
D

Dave Patrick

:
| Thanks for replying Mr. Patrick! That's if you're running in a domain
| configuration, correct?
* "Standard Profile" = non-domain (aka workgroup)
"Domain Profile" = domain environment


I couldn't find it on my local XP machine which is
| just part of a workgroup. I looked all over in Administrator Tools
| including Local Security Policy, Component Services and Computer
Management,
| but I still couldn't find it.
* Correct. Look in the group policy editor. gpedit.msc


| And I looked in the exceptions for the Windows Firewall, but nothing was
| immediately apparent.
* Yes, not there either.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
 
J

Jimmy B

Thank you. I did find it after running gpedit.msc. It's just this console
doesn't seem to be accessible any other way in Windows XP by default.
 
D

Dave Patrick

You're welcome.

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thank you. I did find it after running gpedit.msc. It's just this
console
| doesn't seem to be accessible any other way in Windows XP by default.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top