Entering the user's name in a URL for Chrome through Group Policy

Posted by Automate Everything on Server Fault See other posts from Server Fault or by Automate Everything
Published on 2013-06-25T20:46:56Z Indexed on 2013/06/25 22:22 UTC
Read the original article Hit count: 123

I am managing a Windows Server 2008 R2 server, with several Windows 7 machines, and we have recently deployed Google Chrome using Group Policy. We also have a locally hosted intranet for storing procedures, forms, and so on, as well as reports that pull directly from our databases.

I am trying to put the user's name in the startup URL for Chrome, so that when they open Chrome at the beginning of the day, it can pull a list of items from the database that contains their username. The report works, and I have it using a drop down right now, but I would like to be able to put their username in the URL as a GET variable instead. Does anybody know how I would go about doing that for Chrome? I tried putting ${user_name} in the URL, and I tried putting %username% in the URL, but that didn't translate to anything. Is there some way to escape it so that it gets translated by the system into a username? Any help would be greatly appreciated.

© Server Fault or respective owner

Related posts about windows-server-2008-r2

Related posts about group-policy