<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chrome Extensions Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/chrome-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 26 Aug 2019 12:53:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to Install Google Chrome Using Group Policy</title>
		<link>https://www.osradar.com/how-to-install-google-chrome-using-group-policy/</link>
					<comments>https://www.osradar.com/how-to-install-google-chrome-using-group-policy/#respond</comments>
		
		<dc:creator><![CDATA[Jamel Bouzidi]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 12:53:03 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Windows server 2016]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=892</guid>

					<description><![CDATA[<p>In this post, I’ll show you How to Install Google Chrome Using Group Policy on client computers using Windows Server 2019. Also, Importing Chrome Administrative Templates and Automatic installation of Chrome extensions through GPO. Deploying software via Group Policy can make the lifecycle of application very consistent and simple. Group Policy gives us the option [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-google-chrome-using-group-policy/">How to Install Google Chrome Using Group Policy</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>In this post, I’ll show you How to Install Google Chrome Using Group Policy on client computers using Windows Server 2019. Also, Importing Chrome Administrative Templates and Automatic installation of Chrome extensions through GPO.</p>



<p>Deploying software via Group Policy can make the lifecycle of application very consistent and simple.</p>



<p>Group Policy gives us the option to either deploy the software to Users or Computer, and then we can target the object based on the OU structure In AD.</p>



<h3> Get Started</h3>



<p> The first step in the deployment Is to <a href="https://cloud.google.com/chrome-enterprise/browser/download/">download </a>the Google Chrome.MSI file </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/1.png" alt="" class="wp-image-894" /></figure>



<p>Once downloaded, copy the MSI file to a shared folder on your network where all the computers have access to it. </p>



<p>Open a Group Policy Management console and create a new Policy </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/2.png" alt="" class="wp-image-895" /></figure>



<p>Under User Configuration ⇾ Polices ⇾ Software Settings ⇾ Software Installation right click and Select new</p>



<p>Select Assigned to Install the software when the user logs In to the Computer</p>



<p>Select Published to make the software available from Add \ Remove programs</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/3.png" alt="" class="wp-image-897" /></figure>



<p>Select the software from the Share folder and click OK</p>



<p>To check if the policy Is applying to the computer open PowerShell and run: <em><strong>gpresult /r</strong></em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/5-2.png" alt="" class="wp-image-898" /></figure>



<p>Next time the user log In to the computer they will see the Software Installation message and Google Chrome will be deployed <br></p>



<h2>Importing Chrome Administrative Templates<br></h2>



<p> In this part we’ll get acquainted with the&nbsp;<strong>administrative templates (admx) of group policies</strong>, provided by Google, that allow to&nbsp;<strong>manage Chrome settings&nbsp;from central location</strong>&nbsp;and make it easier to deploy and use this browser in corporate networks. Also, we will show several typical tasks of managing of the Google Chrome settings using GPO. </p>



<h3> Importing Chrome Administrative Templates </h3>



<p>The administrative templates of the GPO for Google Chrome are deployed as follows: </p>



<ul><li></li></ul>



<ul><li>Download and unpack an archive with ADM/ADMX templates of Group Policies for Google Chrome (<a href="http://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip">http://dl.google.com/dl/edgedl/chrome/policy/policy_templates.zip</a>&nbsp;the file size is about 13 MB).</li><li>There are two types of group policy templates for Windows OS in the archive:&nbsp;<strong>ADM&nbsp;</strong>and<strong>&nbsp;ADMX</strong>&nbsp;(the latter is supported in the OS since Windows Vista / 2008 and above).</li><li>Copy the files of an administrative template to the directory where they are to be stored. If you want group policy templates to be localized, don’t forget to copy the corresponding template file.<span><b> </b></span><strong>Note</strong>. Local administrative GPO templates are stored in&nbsp;&#8216;<strong>C:\Windows\PolicyDefinitions</strong>&#8216;, but if you are going to use policy templates for Chrome in the Active Directory domain environment, you can save them to the folder of a certain policy (not the best option) or to &#8216;PolicyDefinitions&#8217; directory in SYSVOL on the domain controller.</li><li>Suppose, we are going to use the ADMX format of the GPO template and centralized domain storage of policies. Copy&nbsp;<strong>chrome.admx</strong>&nbsp;file and&nbsp;<strong>localization directories</strong>&nbsp;to \\domain.local\SYSVOL\domain.local\Policies\PolicyDefinitions</li></ul>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/6.jpg" alt="" class="wp-image-899" /></figure>



<ul><li> Open the Group Policy Management Console (<strong>gpmc.msc</strong>) and edit any existing policy (or create a new one). Make sure that a new&nbsp;<strong>Google</strong>&nbsp;folder containing two subsections:&nbsp;<strong>Google Chrome</strong>&nbsp;and&nbsp;<strong>Google Chrome – Default Settings</strong>&nbsp;(users can override) appeared both in User and Computer sections of Policies ⇾ Administrative Templates. </li></ul>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/7.jpg" alt="" class="wp-image-900" /></figure>



<p><strong>Tip</strong>. If you are not using the centralized GPO storage, you can add the GPO template for Google Chrome manually. To do it, right-click Administrative Templates and select&nbsp;<strong>Add/Remove Templates</strong>. In the next window specify the path to chrome &#8216;adm&#8217; file. It is better to specify the path in the UNC format, e.g., like this: \\domain.local\SYSVOL\domain.local\Policies\{60553A6F-2549-4C9E-B522-D3CF668E56B4}\Adm\chrome.adm </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/8.jpg" alt="" class="wp-image-901" /></figure>



<p>So, we have copied GPO templates for Google Chrome browser. As we mentioned before, the new GPO section contains two subsections:&nbsp;<strong>Google Chrome</strong>&nbsp;and&nbsp;<strong>Google Chrome – Default Settings (users can override)</strong>. The difference between them is that the settings of the latter section of policies can be changed by users in the browser settings on their computers. The settings of the first section are fixed and even the local administrator won’t be able to change them in the browser.</p>



<p>These administrative templates contain about&nbsp;<strong>260</strong>&nbsp;of different manageable Google Chrome settings. You can explore them yourself and configure the browser settings that are needed in your environment.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/9.jpg" alt="" class="wp-image-902" /></figure>



<p>

It doesn’t make any sense to consider all of them, we’ll only demonstrate basic Chrome settings that are often to be configured in the AD domain environment.

</p>



<h3> Typical Chrome settings in GPO</h3>



<p> Among the useful Chrome settings that you should configure first, you can pay attention to the following policies (note that the&nbsp;<strong>${local_app_data}</strong>&nbsp;directory corresponds to the folder&nbsp;<strong>%username%\AppData\Local</strong>, and&nbsp;<strong>${roaming_app_data}</strong>&nbsp; – to&nbsp;<strong>\%username%\AppData\Roaming</strong>). </p>



<ul><li> <strong>Set disk cache directory</strong>&nbsp;– path to the Chrome disk cache (as a rule it is &nbsp;“${local_app_data}\Google\Chrome\User Data”)</li><li><strong>Set disk cache size</strong>&nbsp;– disk cache size (in bytes)</li><li><strong>Set Google Chrome Frame user data directory</strong>&nbsp;<strong>–&nbsp;Chrome directory with user settings</strong>“${local_app_data}\Google\Chrome\User Data”</li><li><strong>Managed Bookmarks</strong></li><li>Disable Chrome auto-update:&nbsp;<strong>Allow Installation</strong>: Disable,<strong>&nbsp;Update Policy Override</strong>: Enable and in the Policy field specify&nbsp;<strong>Updates Disable</strong></li><li>Add certain sites to trusted sites<strong>&nbsp;list – Policies HTTP Authentication ⇾ Authentication server whitelist</strong> </li></ul>



<h3> Configuring Proxy Server and Home Page with Chrome GPO</h3>



<p>Let’s configure a proxy server: we are interested in the following policy section&nbsp;<strong>Google Chrome ⇾ Proxy Server</strong></p>



<ul><li>Proxy server address:&nbsp;<strong>ProxyServer&nbsp;</strong>– 192.168.123.123:8080</li><li>an exception list for proxy:&nbsp;<strong>ProxyBypassList</strong>&nbsp;– http://www.domain.local,192.168.*, *.corp.domain.local</li></ul>



<p>Locate a home page:&nbsp;<strong>Home page ⇾ HomepageLocation</strong>&nbsp;– http://intranet.domain.local/<br></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/10.jpg" alt="" class="wp-image-903" /></figure>



<p>Change the location of the download folder:</p>



<p><strong>Set download directory</strong>: c:\temp\Downloads</p>



<p>It remains to link the policy to the desired container (OU) of Active Directory. Apply the group policy to a client by running the command: <strong><em>gpupdate /force</em></strong></p>



<p>Run the browser on the client and make sure that the GPO settings have been applied to its settings (in this screenshot, a user can’t change the values that were set by the administrator). </p>



<p>In the event that you prevented users from changing these Chrome settings, a message will appear in the browser window:&nbsp;<strong>This setting is enforced by your administrator</strong>. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/11.jpg" alt="" class="wp-image-904" /></figure>



<h3> Automatic installation of Chrome extensions through GPO</h3>



<p>With the help of these administrative templates, you can install certain Extensions of Google Chrome for all domain users. To do this, you need to know the ID of the extension and the URL from which the extension is updated.</p>



<p>The Google Chrome Extension ID can be found in the extension parameters in&nbsp;<strong>chrome://extensions</strong>&nbsp;(developer mode must be enabled).</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/12.jpg" alt="" class="wp-image-905" /></figure>



<p>By ID, you need to find the extension folder in the user profile &nbsp;C:\Users\%Username%\AppData\Local\ Google\Chrome\User Data\Default\Extensions\{id_here}.</p>



<p>In the extension folder find and open the&nbsp;<strong>manifest.json</strong>&nbsp;file and copy the value of the&nbsp;<strong>update_url</strong>. Most likely, you will see the following URL:.<code><strong><em>https://clients2.google.com/service/update2/crx</em></strong></code></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/13.jpg" alt="" class="wp-image-906" /></figure>



<p> Now, in the GPO editor console, go to the&nbsp;<strong>Computer Configuration ⇾ Policies ⇾ Administrative Templates ⇾ Google ⇾ Google Chrome ⇾ Extensions</strong>. Enable the policy&nbsp;<strong>Configure the list of force-installed extensions</strong>. </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/08/14.jpg" alt="" class="wp-image-907" /></figure>



<p>Click the&nbsp;<strong>Show</strong>&nbsp;button and add a line for each extension that you want to install. Use the following format:</p>



<p><code><em><strong>{extension_id_here};https://clients2.google.com/service/update2/crx</strong></em></code></p>



<p>After applying to the user’s computers, all specified Chrome extensions will be installed in silent mode without interaction with the user.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-google-chrome-using-group-policy/">How to Install Google Chrome Using Group Policy</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-google-chrome-using-group-policy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
