Hello everybody
I defined a few Settings, Account Policies, Security Options...
These seem to be applied if i change something and use the Local Security Policy Editor to check it, it's set.
However if I run this: Get-GPResultantSetOfPolicy -ReportType Xml -Path "C:\Users\user\Desktop\host.xml" -Computer "host.contoso.com"
or use rsop.msc the report doesn't contain some of the settings. in RSOP it's telling me "The policy engine did not attempt to configure the setting. For more information, see %windir%\security\logs\winlogon.log on the target machine.
<as soon as I am verified, I'll add a picture.>
So I did...
----Configure Security Policy...
Start processing undo values for 3 settings.
There is already an undo value for group policy setting <MinimumPasswordLength>.
There is already an undo value for group policy setting <PasswordHistorySize>.
There is already an undo value for group policy setting <PasswordComplexity>.
Configure password information.
Start processing undo values for 3 settings.
There is already an undo value for group policy setting <LockoutBadCount>.
There is already an undo value for group policy setting <ResetLockoutCount>.
There is already an undo value for group policy setting <LockoutDuration>.
There is already an undo value for group policy setting <ForceLogoffWhenHourExpire>.
Configure account force logoff information.
There is already an undo value for group policy setting <EnableGuestAccount>.
Guest account is disabled.
diagnosis.log shows this:
.
.
.
RSOP diagnosis information. Error Code 1168 - for instance MinimumPasswordAge.
RSOP diagnosis information. Error Code 1168 - for instance MaximumPasswordAge.
RSOP diagnosis information. Error Code 1168 - for instance MinimumPasswordLength.
RSOP diagnosis information. Error Code 1168 - for instance PasswordHistorySize.
RSOP diagnosis information. Error Code 1168 - for instance ClearTextPassword.
RSOP diagnosis information. Error Code 1168 - for instance PasswordComplexity.
RSOP diagnosis information. Error Code 1168 - for instance RequireLogonToChangePassword.
RSOP diagnosis information. Error Code 1168 - for instance LockoutBadCount.
RSOP diagnosis information. Error Code 1168 - for instance ResetLockoutCount.
RSOP diagnosis information. Error Code 1168 - for instance LockoutDuration.
RSOP diagnosis information. Error Code 1168 - for instance ForceLogoffWhenHourExpire.
RSOP diagnosis information. Error Code 1168 - for instance EnableGuestAccount.
RSOP diagnosis information. Error Code 1168 - for instance LSAAnonymousNameLookup.
However if i run a gpupdate /force + restart the computer + again gpupdate /force it's visible in the xml report and also in rsop.msc until I run another gpupdate /force then i get the scenario described above.
Can someone explain me this?