Re: WMI missing security settings
- From: "JH" <jh_ng@xxxxxxxxxxxxxxxx>
- Date: Wed, 16 Apr 2008 16:04:23 -0700
Thanks for the explanation. You mentioned that EnableGuestAccount does
not work on local GPO. How should I find out if a setting works on local GPO
or ot? Is it true that none of the settings we retrieve from WMI
RSOP_SecuritySettings
works on local GPO?
""Jeffrey Tan[MSFT]"" <jetan@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23i0mpP5nIHA.4932@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi JH,
Thanks for your feedback.
Yes, I can reproduce this problem with the code.
In fact, the rsop (MMC snap-in and WMI class) shows the finally result
view
of the GPOs (domain/OU/Local/etc.) applying. So the problem is if the
setting (for example the Guest Account Status) are "Not configured" in
every effective GPO, it will be hidden in the rsop view. The 4 items we
have retrieved with the script
(ClearTextPassword/PasswordComplexity/RequireLogonToChangePassword/ForceLogo
ffWhenHourExpire) are shown with the script is because they are configured
by the "Default Domain Policy". An evidence is if you run this script on a
workgroup machine, it will show nothing at all.
So this behavior -- show only 4 items in a domain member machine with
default setting - is expected.
The other properties are not shown is just because of these setting are
not
configured in any GPO. Can you ensure these settings are configured with
rsop and/or gpmc?
In my reproduce, if setting the "Computer Configuration -> Windows
Settings
-> Security Settings -> Local Policies ->> Security Options ->
Accounts:Guest account status" to "Enabled" on Domain GPO (this setting is
not work on local GPO), the EnableGuestAccount will be shown with the
script.
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- References:
- WMI missing security settings
- From: JH
- RE: WMI missing security settings
- From: "Jeffrey Tan[MSFT]"
- Re: WMI missing security settings
- From: JH
- Re: WMI missing security settings
- From: "Jeffrey Tan[MSFT]"
- WMI missing security settings
- Prev by Date: Re: SHFileOperation Problem
- Next by Date: Re: WMI missing security settings
- Previous by thread: Re: WMI missing security settings
- Next by thread: Re: WMI missing security settings
- Index(es):
Relevant Pages
|