<?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>PowerShell Daily &#187; VERYSILENT</title>
	<atom:link href="http://proproit.com/tag/verysilent/feed/" rel="self" type="application/rss+xml" />
	<link>http://proproit.com</link>
	<description>Using PowerShell in Real Life Daily</description>
	<lastBuildDate>Thu, 11 Oct 2012 08:19:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Install Remotely PDFXChangeViewer</title>
		<link>http://proproit.com/installation/install-remotely-pdfxchangeviewer/</link>
		<comments>http://proproit.com/installation/install-remotely-pdfxchangeviewer/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 13:40:47 +0000</pubDate>
		<dc:creator>Mihail Stacanov</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[NORESTART]]></category>
		<category><![CDATA[pdf editor]]></category>
		<category><![CDATA[PDFXChangeViewer]]></category>
		<category><![CDATA[PDFXVwer]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[VERYSILENT]]></category>
		<category><![CDATA[XchangeViewer]]></category>

		<guid isPermaLink="false">http://proproit.com/?p=233</guid>
		<description><![CDATA[I received an email to install this PDF Editor on three PCs today and decided to try install it without user intervention.]]></description>
				<content:encoded><![CDATA[<p>I received an email to install this PDF Editor on three PCs today and decided to try install it without user intervention.</p>
<p>0. There is already prepared wsman and powershell remote on every workstation in our domain<br />
1. I&#8217;ve connected to desired PC using powershell_ise and New remote PowerShell Tab&#8230;<br />
2. Copied the needed PDFXVwer.exe from my PC to Desired (C:\) using Copy-Item cmdlet<br />
3. Executed the following command</p>
<pre class="brush: ps">
C:\PDFXVwer.exe /VERYSILENT /NORESTART /DIR="C:\Program Files\PDFXChangeViewer" /GROUP="XchangeViewer" /COMPONENTS="pdfviewer"
</pre>
<p>4. Removed C:\PDFXVwer.exe from users&#8217; PCs<br />
5. Informed the users to use the link from their Desktop</p>
]]></content:encoded>
			<wfw:commentRss>http://proproit.com/installation/install-remotely-pdfxchangeviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
