Displaying 4 results from an estimated 4 matches for "eccm".
Did you mean:
ecc
2018 Nov 06
8
GPUpdate
...llo list, I noticed that when I run the command gpupdate in the clients I get the following error
C:>gpupdate
Updating policy...
Computer policy could not be updated successfully. The following errors were enc
ountered:
The processing of Group Policy failed. Windows attempted to read the file \eccm
g.cupet.cusysvoldomainPolicies{31B2F340-016D-11D2-945F-00C04FB984F9}
gpt.ini from a domain controller and was not successful.
That policy I delete it, however the client PC keeps looking for it, some way to fix this ... use samba4 Version 4.9.1
2018 Nov 06
0
GPUpdate
> read the file \eccm
> g.cupet.cusysvoldomainPolicies{31B2F340-016D-11D2-945F-00C04FB984F9}
> gpt.ini from a domain controller and was not successful.
That is just an incorrect configured sysvol share.
The computer computer$ impersonates itself through user SYSTEM.
And that one does not have rights to gpt.ini....
2018 Nov 06
4
GPUpdate
On Tue, 06 Nov 2018 17:18:27 +0000
Sandy via samba <samba at lists.samba.org> wrote:
> the big question, how do I restore it again
>
I take it that 'sysvol' is at /var/lib/samba, change it if it isn't,
replace 'domain.tld' with your dns domain.
mkdir -p /var/lib/samba/sysvol/domain.tld/Policies/\{31B2F340-016D-11D2-945F-00C04FB984F9\}/MACHINE/
mkdir
2018 Nov 06
3
GPUpdate
On Tue, 6 Nov 2018 16:14:11 +0100
"L.P.H. van Belle via samba" <samba at lists.samba.org> wrote:
>
> > read the file \eccm
> > g.cupet.cusysvoldomainPolicies{31B2F340-016D-11D2-945F-00C04FB984F9}
> > gpt.ini from a domain controller and was not successful.
>
>
> That is just an incorrect configured sysvol share.
> The computer computer$ impersonates itself through user SYSTEM.
> And that o...