I created a GPO that is suppose to add a new Key to the registry of HKCU but I am having issues with the Computers adding in the key.
I am targeting the GPO to the Computers OU's for Laptops and Desktops because I do not want it slow down login on the servers. I am basically trying to add the Registry setting to DelegateSentItems for Outlook.
Our users are required to use Department Shared Mailboxes when emailing external contacts to reduce targeted Phishing/Spam and we need those emails being sent put into the Sent Items folder of the shared mailbox so they know what emails were responded to and what the contents of those communications were.
I do not want to do this manually to each machine due to time constraints so I tried multiple ways to do this via GPO. Please keep in mind that I have NEVER done this before so forgive my ignorance.
Here is what I tried so far:
1) Created a .reg file and tried the user config>Policies>Window Settings>Scripts>Logon
2) Computer Config>Policies>Window Settings>Scripts>Startup
3) Computer Config>Preferences>Windows Settings>Registry>Registry Wizard, added the Preferences Key with all it's sub-contents
4) User Config>Preferences>Windows Settings>Registry>Registry Wizard, added the Preferences Key with all it's sub-contents
Location: Laptops and Desktops OU
Security Filtering: Authenticated Users, Even tried Domain Users
Here is the Reg key I am trying to import into Registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Preferences]
"SyncDlgPos"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,ff,e9,01,00,00,b9,01,00,00,dc,03,00,00,fd,02,00,00
"ABModalWidth"=dword:00000264
"ABModalHeight"=dword:000001a8
"ABColWidths"=hex:0a,00,00,00,c2,00,1d,0e,c2,00,01,30,24,00,02,30,c2,00,03,30,c2,00,fe,39,78,00,08,3a,c2,00,13,3a,78,00,16,3a,96,00,17,3a,78,00,19,3a
"LocationMRU"=hex:1f,10,01,00,00,00,00,00,0a,00,00,00,20,00,00,00,03,00,02,00,00,00,00,00,09,00,00,00,00,00,00,00,48,00,00,00,62,00,00,00,64,00,00,00,66,00,00,00,68,00,00,00,6a,00,00,00,6c,00,00,00,6e,00,00,00,70,00,00,00,72,00,00,00,4e,00,6f,00,72,00,74,00,68,00,20,00,43,00,6f,00,75,00,6e,00,74,00,79,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,42,00,4a,00,43,00,20,00,43,00,6c,00,69,00,6e,00,69,00,63,00,00,00
"ShowBcc"=dword:00000001
"CNPosX"=dword:000001b2
"CNPosY"=dword:0000014b
"CNWidth"=dword:0000019c
"CNHeight"=dword:00000141
"ShowFrom"=dword:00000001
"DelegateSentItemsStyle"=dword:00000001
I forgot to mention that I was able to manually import the .reg file into a couple of computers and it worked.