<?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>Yusuf Ozturk &#187; scvmm 2008 r2 powershell</title>
	<atom:link href="http://www.yusufozturk.info/tag/scvmm-2008-r2-powershell/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to add untrusted domain host to SCVMM 2008 R2 with Powershell?</title>
		<link>http://www.yusufozturk.info/virtual-machine-manager/how-to-add-untrusted-domain-host-to-scvmm-2008-r2-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/virtual-machine-manager/how-to-add-untrusted-domain-host-to-scvmm-2008-r2-with-powershell.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:36:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[adding external host powershell]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[scvmm 2008 r2 powershell]]></category>
		<category><![CDATA[system center virtual machine manager 2008 R2]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1641</guid>
		<description><![CDATA[You can add untrusted domain host to System Center Virtual Machine Manager 2008 R2 (SCVMM 2008 R2) with Powershell using: $Credential = get-credential $VMHostGroup = Get-VMHostGroup -VMMServer localhost &#124; where &#123;$_.Path -eq &#34;All Hosts&#34;&#125; &#160; Add-VMHost -VMMServer localhost -ComputerName &#34;hyperv02.yusufozturk.info&#34; -Description &#34;&#34; -Credential $Credential -RemoteConnectEnabled $true -VmPaths &#34;&#34; -Reassociate $true -RunAsynchronously -NonTrustedDomainHost -VMHostGroup $VMHostGroup You [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/virtual-machine-manager/how-to-add-untrusted-domain-host-to-scvmm-2008-r2-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCVMM 2008 R2 &#8211; Error 415</title>
		<link>http://www.yusufozturk.info/virtual-machine-manager/scvmm-2008-r2-error-415.html</link>
		<comments>http://www.yusufozturk.info/virtual-machine-manager/scvmm-2008-r2-error-415.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:26:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[hyper-v r2]]></category>
		<category><![CDATA[hyper-v scvmm 2008 r2]]></category>
		<category><![CDATA[scvmm 2008 R2]]></category>
		<category><![CDATA[scvmm 2008 r2 powershell]]></category>
		<category><![CDATA[scvmm powershell]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1637</guid>
		<description><![CDATA[You may get this error when you try to add an external host to SCVMM 2008 R2: Error (415) Agent installation failed copying C:\Program Files\Microsoft System Center Virtual Machine Manager 2008 R2\agents\I386\2.0.4271.0\msiInstaller.exe to \\hyperv02.yusufozturk.info\ADMIN$\msiInstaller.exe. (The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you) Recommended [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/virtual-machine-manager/scvmm-2008-r2-error-415.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

