<?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: Add Computers Automatically into the MDT Database with Powershell and RES Automation Manager	</title>
	<atom:link href="https://blog.myvirtualvision.com/2011/02/12/add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.myvirtualvision.com/2011/02/12/add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell</link>
	<description>My thoughts on application delivery</description>
	<lastBuildDate>Wed, 27 Mar 2019 09:44:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: How to add a CD-ROM drive and mount an ISO file via powershell to an AHV-hosted VM • My Virtual Vision		</title>
		<link>https://blog.myvirtualvision.com/2011/02/12/add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell/#comment-68636</link>

		<dc:creator><![CDATA[How to add a CD-ROM drive and mount an ISO file via powershell to an AHV-hosted VM • My Virtual Vision]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myvirtualvision.com/?p=161#comment-68636</guid>

					<description><![CDATA[[&#8230;] good usecase would be the VM prep for an automated deployment with the Microsoft Deployment Toolkit for [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] good usecase would be the VM prep for an automated deployment with the Microsoft Deployment Toolkit for [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: k.baggerman		</title>
		<link>https://blog.myvirtualvision.com/2011/02/12/add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell/#comment-6</link>

		<dc:creator><![CDATA[k.baggerman]]></dc:creator>
		<pubDate>Sun, 13 Feb 2011 08:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myvirtualvision.com/?p=161#comment-6</guid>

					<description><![CDATA[Thomas, thanks for the tips. Scripting is not day to day work for me so every improvement is welcome! I will test your comments and if they work I will see if I can change my post.]]></description>
			<content:encoded><![CDATA[<p>Thomas, thanks for the tips. Scripting is not day to day work for me so every improvement is welcome! I will test your comments and if they work I will see if I can change my post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas Lee		</title>
		<link>https://blog.myvirtualvision.com/2011/02/12/add-a-machine-to-mdt-database-with-res-automation-manager-and-powershell/#comment-4</link>

		<dc:creator><![CDATA[Thomas Lee]]></dc:creator>
		<pubDate>Sat, 12 Feb 2011 13:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myvirtualvision.com/?p=161#comment-4</guid>

					<description><![CDATA[Some points on this post:

1. Rather than using WMIC to get the bios serial number, why not use WMI:
$SN = (Get-WmiObject Win32_Bios).SerialNumber

2. The approach to getting just the adapter configurations would be better expressed as:

$mc = (get-wmibobject win32_networkadapterconfiguration &#124; 
            where {$_.DnsHostName})[0]]]></description>
			<content:encoded><![CDATA[<p>Some points on this post:</p>
<p>1. Rather than using WMIC to get the bios serial number, why not use WMI:<br />
$SN = (Get-WmiObject Win32_Bios).SerialNumber</p>
<p>2. The approach to getting just the adapter configurations would be better expressed as:</p>
<p>$mc = (get-wmibobject win32_networkadapterconfiguration |<br />
            where {$_.DnsHostName})[0]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
