Im using windows server 2008 and i use folder redirection to get the Outlook signatures in their Microsoft folder. This only works for Windows 7 32 bit. (the policy was made a long time ago not by me) There was a WMI filter selected for Windows 7 only. I disabled the filter but the signatures still won't automaticly go to the Windows 10 and Windows 7 64 bit systems (Still only works with Win7 x32).
WMI filter (disabled): SELECT * FROM Win32_OperatingSystem WHERE Version LIKE "6.1%" AND ProductType ="1"
file redirection:
source: \\domainname\Outlook_sjablonen$\*_%LogonUser%.*
destination: %AppDataDir%\Microsoft\Handtekeningen\
(signatures)
Is there something i am missing?