This message was deleted.
# microsoft-fslogix
s
This message was deleted.
l
Computer based gpo file copy preference will do it. Just bear in mind it'll always keep it up to date.
m
It might be something in this client environment but it doesn’t seem to pick up the files unless the machines are rebooted. There’s some weird errors with a gpupdate. It’s saying the policy needs to apply before user logon
n
Definitely your environment, because what Leee descirbed is precisely how I handled it for years without issue.
m
Yeah, something whacky with whatever they did with AD and policy
k
Filter driver altitude issue?
m
Not unless enabling Citrix Profiles for the director stats changed it
Event logs are complaining about time being out of sync when trying to load the policy, but it all looks fine
b
VMware tools installed in full mode? It enables PTP and does not use the NTP Server of the domain but that one of the ESXi server
m
it’s AHV
if I compare the local time to the DC it’s the same
b
does it use the same NTP Server?
m
the VDA points to AD for time
j
Does restarting the FSLogix service make the rules apply without a reboot? When the new files are copied to the machine, the FSLogix service compiles them and copies them to the Compiled Rules folder. It may be a problem with the service
m
the funny thing is the GPOs it’s complaining about aren’t the ones copying the rules, I’ll have to dig in further
l
Something to bear in mind, if using the GPO way: Create will only copy the file from the source to the destination if the file doesn’t exist at the destination Replace will actually remove a file (if one exists), and copy the source to the destination regardless if a file existed or not Update is the misleading one, it will modify the file attributes of the destination file to match the source – if the files themselves are different, it won’t copy them. If the file doesn’t exist, it will copy the file to the destination though! Delete will delete the file(s) specified. You need to tier your actions.
👍 1