<?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>Wes Kroesbergen&#039;s Portfolio &#187; Network</title>
	<atom:link href="http://www.kroesbergens.com/portfolio/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kroesbergens.com/portfolio</link>
	<description>my opinions, conjectures, and thoughts</description>
	<lastBuildDate>Sun, 08 Jan 2012 15:13:04 +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>SCVMM 2008 R2 Network Library Issues</title>
		<link>http://www.kroesbergens.com/portfolio/2011/03/scvmm-2008-r2-network-library-issues/</link>
		<comments>http://www.kroesbergens.com/portfolio/2011/03/scvmm-2008-r2-network-library-issues/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 14:49:02 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>

		<guid isPermaLink="false">http://www.kroesbergens.com/portfolio/?p=449</guid>
		<description><![CDATA[This past week I encountered an interesting permission issue while adding a software share to a library in SCVMM. What made this issue interesting was that there was already a share from this particular server added to the library. Network sharing permissions appeared to be set the same on both the existing network share and [...]]]></description>
			<content:encoded><![CDATA[
<p>This past week I encountered an interesting permission issue while adding a software share to a library in SCVMM. What made this issue interesting was that there was already a share from this particular server added to the library. Network sharing permissions appeared to be set the same on both the existing network share and the share I was trying to add as a library to SCVMM. I could browse the share manually, but attempting to add to SCVMM spat back an access denied error. So I checked the local NTFS permissions. Everyone had Read permissions, the SCVMM server computer account had Full Control, System had Full Control, and Domain Administrators had Full Control, so there didn&#8217;t appear to be anything wrong with the permissions.</p>
<p>On the existing SCVMM share, I noticed that it had the local Users and Administrators groups added to the NTFS permissions. After adding both these to the ACL on the share I was trying to add, SCVMM was able to add the share. I&#8217;m assuming this is related to how the SCVMM agent operates.</p>
<p>So, if you&#8217;re having issues adding a network share to an SCVMM library, check the local NTFS ACL, and try adding the local Users and Administrators group to the folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2011/03/scvmm-2008-r2-network-library-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Deployment Services Boot Process</title>
		<link>http://www.kroesbergens.com/portfolio/2008/05/windows-deployment-services-boot-process/</link>
		<comments>http://www.kroesbergens.com/portfolio/2008/05/windows-deployment-services-boot-process/#comments</comments>
		<pubDate>Sat, 17 May 2008 00:00:02 +0000</pubDate>
		<dc:creator>Wes Kroesbergen</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://portfolio.kroesbergens.com/?p=47</guid>
		<description><![CDATA[So, as I mentioned in my last post, WDS has been installed and we can PXE boot. Yesterday I managed to get the database configuration working correctly, so I thought I&#8217;d post an outline of how the PXE boot process is going to look, and how it will benefit IT. Once we receive the new [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font: normal normal normal 12px/normal Verdana, serif; color: #707070; padding: 0px; margin: 0px;">So, as I mentioned in my last post, WDS has been installed and we can PXE boot. Yesterday I managed to get the database configuration working correctly, so I thought I&#8217;d post an outline of how the PXE boot process is going to look, and how it will benefit IT. Once we receive the new machines from the manufacturer, I&#8217;m going to run a script that populates database with individual machine keys, since we&#8217;re not using Volume Licensing. The script will grab the key from the Vista install and update the MDT database, in the machine specific table.<br style="padding: 0px; margin: 0px;" /></p>
<ol>
<li>The user (or admin) presses F12, bringing us to the WDS boot menu.</li>
<li>There are two choices listed: Default and Custom. Default boots after 5 seconds.</li>
</ol>
<p></span><span style="font-family: Verdana; line-height: normal; color: #707070; font-size: 12px;">Default:</p>
<ul>
<li>Default boots using the username/password/domain information stored in the Boot.ini file on the boot image. It then looks inside CustomSettings.ini for the database information from which to pull from. CustomSettings.ini also contains set variable values which are applied if there is no setting in the database for them. In this portion of the boot, WinPE queries the computer hardware information, and searches the database for information specific to that model in the Make and Model table. It then searches the Machine Specific settings, grabbing the Vista key for that particular machine. Lastly, it looks in CustomSettings.ini for any values which may not have been put in the MDT database. WinPE then installs Vista with the appropriate applications, settings, and image configured in the database. The machine name will be WS (for the workstations) and the asset tag we&#8217;ve asked the manufacturer to embed in the BIOS. So we end up with machine names such as WS8000, WS8001, NB8100 (for notebook), etc.</li>
</ul>
<p>Custom:</p>
<ul>
<li>Custom boots up using the default username/password/domain stored in Boot.ini. The installation process will be virtually as unattended as Default, except for a few exceptions.</li>
<li>The user will specify whether to run the Deployment Wizard or to cancel out to Command Prompt.</li>
<li>The user will have a choice of applications to install.</li>
<li>The user will be able to assign a machine name.</li>
<li>The user will be able to specify which task sequence to run</li>
<li>The user will be able to specify whether to capture an image</li>
<li>The Custom boot image will also contain various tools and utilities on the image, allowing administrators to run them from the command line. This gives IT an increased ability to troubleshoot and repair problems, were Windows Repair not able to fix it.</li>
</ul>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kroesbergens.com/portfolio/2008/05/windows-deployment-services-boot-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

