
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Deploy Software Using Group Policy?	</title>
	<atom:link href="https://www.technig.com/deploy-software-using-group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/deploy-software-using-group-policy/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Mon, 01 Mar 2021 16:35:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Peter J		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-183555</link>

		<dc:creator><![CDATA[Peter J]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 16:35:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-183555</guid>

					<description><![CDATA[Thank you!

A damn pain that we can&#039;t deploy exe files. I have wasted so many years on GPO deployments and other deployment methods for my clients. Now I use Deployify for customers that doesn&#039;t insist otherwise. Or well, I actually use GPO to install the agent though.]]></description>
			<content:encoded><![CDATA[<p>Thank you!</p>
<p>A damn pain that we can&#8217;t deploy exe files. I have wasted so many years on GPO deployments and other deployment methods for my clients. Now I use Deployify for customers that doesn&#8217;t insist otherwise. Or well, I actually use GPO to install the agent though.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ryan		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-19160</link>

		<dc:creator><![CDATA[Ryan]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 19:30:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-19160</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.technig.com/deploy-software-using-group-policy/#comment-1040&quot;&gt;Sivakishore&lt;/a&gt;.

I&#039;ve not seen a reply from anyone, but in this case you should apply a GPO Filter so to the Policy object so that it would only apply to the correct OS.  As an example if you wanted to only apply the policy to Windows 10 workstations then create the WMI filter:
Namespace = root\CIMv2
Query = select * from Win32_OperatingSystem where Version like &quot;10.%&quot; and ProductType=&quot;1&quot;

Good luck!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.technig.com/deploy-software-using-group-policy/#comment-1040">Sivakishore</a>.</p>
<p>I&#8217;ve not seen a reply from anyone, but in this case you should apply a GPO Filter so to the Policy object so that it would only apply to the correct OS.  As an example if you wanted to only apply the policy to Windows 10 workstations then create the WMI filter:<br />
Namespace = root\CIMv2<br />
Query = select * from Win32_OperatingSystem where Version like &#8220;10.%&#8221; and ProductType=&#8221;1&#8243;</p>
<p>Good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sivakishore		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-1040</link>

		<dc:creator><![CDATA[Sivakishore]]></dc:creator>
		<pubDate>Mon, 20 Aug 2018 10:02:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-1040</guid>

					<description><![CDATA[Hi shais

If I install msi application from server to client machines, application will install both in server as well as in client machines. I don&#039;t want to install it my server msi application needs to install in my client machine alone.

Note : server and client machines are in same domain only. 

Could you please help me ?]]></description>
			<content:encoded><![CDATA[<p>Hi shais</p>
<p>If I install msi application from server to client machines, application will install both in server as well as in client machines. I don&#8217;t want to install it my server msi application needs to install in my client machine alone.</p>
<p>Note : server and client machines are in same domain only. </p>
<p>Could you please help me ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Taulant		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-1039</link>

		<dc:creator><![CDATA[Taulant]]></dc:creator>
		<pubDate>Thu, 18 May 2017 07:02:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-1039</guid>

					<description><![CDATA[Hallo,

thanks for your tutorial. I try to do this in my company, but i suffer to get the installation done due to the missing installation-permissions on the clients. how can i get this done through the permissions?

regards taulant]]></description>
			<content:encoded><![CDATA[<p>Hallo,</p>
<p>thanks for your tutorial. I try to do this in my company, but i suffer to get the installation done due to the missing installation-permissions on the clients. how can i get this done through the permissions?</p>
<p>regards taulant</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shais		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-1038</link>

		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Fri, 20 Nov 2015 06:34:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-1038</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.technig.com/deploy-software-using-group-policy/#comment-1037&quot;&gt;Bismillah&lt;/a&gt;.

Your welcome dear Bismillah.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.technig.com/deploy-software-using-group-policy/#comment-1037">Bismillah</a>.</p>
<p>Your welcome dear Bismillah.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bismillah		</title>
		<link>https://www.technig.com/deploy-software-using-group-policy/#comment-1037</link>

		<dc:creator><![CDATA[Bismillah]]></dc:creator>
		<pubDate>Thu, 19 Nov 2015 07:36:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.technig.com/?p=1065#comment-1037</guid>

					<description><![CDATA[Thank you ustad, it was useful and performed well.]]></description>
			<content:encoded><![CDATA[<p>Thank you ustad, it was useful and performed well.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
