<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Todays Active Topics</title>
	<description>Todays Active Topics</description>
	<link>http://www.windows-noob.com/forums</link>
	<pubDate>Thu, 17 May 2012 13:59:59 +0000</pubDate>
	<ttl>10</ttl>
	<item>
		<title><![CDATA[Migration : There's got to be an easier way]]></title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5581-migration-theres-got-to-be-an-easier-way/</link>
		<description><![CDATA[Hey guys, I'm posting this here from my post on TechNet.  I'm getting frustrated because I feel that I must be doing this wrong somehow.<br />
<br />
Basically my issue is that I feel that I must be doing unnecessary work somewhere here, and want to make it all easier on me.  We're about to begin migrating user's from an old pc to a new one, though the new one may also have been present in SCCM.  The new PC will be renamed along the process.<br />
<br />
<br />
 Here is my current procedure:<ul class='bbc'><li>In SCCM, import new computer record, and create computer association with Source PC<br /></li><li>Place Source PC in USMT Capture collection in SCCM<br /></li><li>Manually PXE boot new PC for OSD<br /></li><li>When Source PC finishes USMT Capture, manually place Destination PC in USMT Restore collection</li></ul>
<br />
  I left out hours of crying in frustration as I try to try down any duplicate records a machine may have, as my organization is *VERY* big on redeploying hardware.  Normally I have to track down any old computer accounts in AD and delete them, then go to SCCM and search many times for any old SCCM records.  This can take a LONG time.<br />
  How are you guys simplifying this process?  I've thought of skipping the first step, and only creating the computer association after the new PC is imaged.  I would handle the OSD process by creating a W7 Laptop and Desktop OSD optional advertisement and suppressing all notifications for it.  Implementing <a href='http://blogs.technet.com/b/breben/archive/2009/01/25/prompt-for-computer-name-in-osd-task-sequence.aspx' class='bbc_url' title='' rel='nofollow'>this method</a> to prompt in task sequence for computer name, and hoping SCCM is smart enough to focus only on the current record, ignoring any previous deployments this PC may have had.<br />
  So, what do you think?  Is this dumb?  Is there an easier way to do this?  Why do I ask so many questions?]]></description>
		<pubDate>Thu, 17 May 2012 13:59:59 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5581-migration-theres-got-to-be-an-easier-way/</guid>
	</item>
	<item>
		<title>USMT Failed : The Printer is out of Paper</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5578-usmt-failed-the-printer-is-out-of-paper/</link>
		<description><![CDATA[Well...this is a new one.  <br />
<br />
I started USMT today like I do most days, that is, after hours of tears, frustration, pleading, threats and cajoling, only to be presented with the following error:<br />
<br />
<p class='citation'>Quote</p><div class="blockquote"><div class='quote'>
The task sequence execution engine failed executing the action (Capture User Files and Settings) in the group (Capture User and Files Settings) with the error code 2147942428<br />
Action output: s to user params successful<br />
Building user defined params successful<br />
Building USMT command successful<br />
Successfully connected to "&#092;&#092;SCCM.CONTOSO.ORG&#092;SMPSTOREE_8DA5D367$&#092;98C1DFC8C342B592C9A3420BBBF355D39D84700D0FF3D4D88AA59EF8279F467B"<br />
Executing command line: "C:&#092;_SMSTaskSequence&#092;Packages&#092;ATL0001B&#092;x86&#092;scanstate.exe" "&#092;&#092;SCCM.CONTOSO.ORG&#092;SMPSTOREE_8DA5D367$&#092;98C1DFC8C342B592C9A3420BBBF355D39D84700D0FF3D4D88AA59EF8279F467B" /o /localonly /encrypt /key:*** /c /efs:copyraw /v:5 /l:"C:&#092;WINDOWS&#092;system32&#092;CCMLogs&#092;SMSTSLog&#092;scanstate.log" /progress:"C:&#092;WINDOWS&#092;system32&#092;CCM&#092;Logs&#092;SMSTSLog&#092;scanstateprogress.log" /i:"C:&#092;_SMSTaskSequence&#092;Packages&#092;ATL0001B&#092;x86&#092;MigUser.xml" /i:"C:&#092;_SMSTaskSequence&#092;Packages&#092;ATL0001B&#092;x86&#092;MigDocs.xml" /i:"C:&#092;_SMSTaskSequence&#092;Packages&#092;AT0001B&#092;x86&#092;MigPst.Xml"<br />
<br />
Log messages are being sent to 'C:&#092;WINDOWS&#092;system32&#092;CCM&#092;Logs&#092;SMSTSLog&#092;scanstate.log'<br />
<br />
<br />
USMT returned exit code (0x0000001c). Look USMT log file scanstate.log for detail error message.<br />
OSDMigrateUserState finished: 0x8007001c. The operating system reported error 2147942428: <strong class='bbc'>The printer is out of paper</strong>. .</div></div>
<br />
So...this is a new one.]]></description>
		<pubDate>Wed, 16 May 2012 17:36:27 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5578-usmt-failed-the-printer-is-out-of-paper/</guid>
	</item>
	<item>
		<title>SCCM - Windows 7 Migration Network USMT</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5577-sccm-windows-7-migration-network-usmt/</link>
		<description><![CDATA[Hello Everyone,<br />
We are in the middle of gearing up for Windows 7 migration. I am in the process of testing the TS that will be used for the migration. I am running into issues though. My company uses Check Point for hard drive encryption. I got the boot image to commuicate with the hard drive when it first reboots into it. I have the "State Migration Point" configured on the site server. I want to do the following and need to know if it is possible.<br />
<br />
- Capture user settings and data. (TS has to be started in OS)<br />
- Perform a full wipe on the drive. (Removed Checkpoint from the hard drive.)<br />
- Apply Win 7 image.<br />
- Restore user settings and data.<br />
<br />
Thanks in advance for your time.]]></description>
		<pubDate>Wed, 16 May 2012 16:19:32 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5577-sccm-windows-7-migration-network-usmt/</guid>
	</item>
	<item>
		<title><![CDATA[WDS &#34;full&#34; cole hdd]]></title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5571-wds-full-cole-hdd/</link>
		<description><![CDATA[Hi<br />
<br />
I wondering if WDS can full "capture" a hdd?<br />
Sonario:<br />
- Just installed a clean win7 image<br />
- Installed all updates<br />
- installed sevral programs feks: anti virus, mail, web-browser, PH, aso...<br />
- Changed background<br />
<br />
Then capture image with WDS or something els if possible?<br />
<br />
Is it then possible to deploy that image, to another computer(s) and all of the changes and programs slides right in? with out GPO.<br />
Or do you have to use ghost or something els for this kind of work?<br />
<br />
<br />
                -----Thanks for your time <img src='http://www.windows-noob.com/forums/public/style_emoticons/default/smile.png' class='bbc_emoticon' alt=':)' /> -------]]></description>
		<pubDate>Wed, 16 May 2012 10:59:16 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5571-wds-full-cole-hdd/</guid>
	</item>
	<item>
		<title><![CDATA[Exchange 2010 user calendars &#34;user is busy notification from server&#34;]]></title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5570-exchange-2010-user-calendars-user-is-busy-notification-from-server/</link>
		<description><![CDATA[Hi, this is my first post here. Could not google myself to an answer for this question, as most of them are related to meeting room mailboxes.<br />
My boss wants to know if there is an option in Exchange 2010 for this:<br />
<br />
Boss invites 10 colleagues to a meeting via the calendar.<br />
He forgets/cba to check the availabilty tab when inviting the users.<br />
He sends out the invitation, but he wants to know if there is any way that he would get an automated reply from the exchange server saying that  "User X and User Y is already booked for that time."<br />
<br />
Is this at all possible? He mentioned this was possible in the earlier versions of Exchange.<br />
<br />
Hope this made sense <img src='http://www.windows-noob.com/forums/public/style_emoticons/default/smile.png' class='bbc_emoticon' alt=':)' /><br />
<br />
Cheers]]></description>
		<pubDate>Wed, 16 May 2012 10:20:43 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5570-exchange-2010-user-calendars-user-is-busy-notification-from-server/</guid>
	</item>
	<item>
		<title>SCCM installation</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5569-sccm-installation/</link>
		<description><![CDATA[I have been trying hard to install SCCM 2007 on my Windows 2008 for testing and learning. pupose.<br />
I have installed all the roles and features which are the pre requisite for it<br />
SQL server was also installed successfully.<br />
<br />
Pre requisite checked also gave a green sginal and installation started but it stopped after installing 3 components at file services. Please help.<br />
<br />
Not sure what exactly I need to check here. It happened couple of times before as well.<br />
<br />
Logs<br />
<br />
&lt;05-15-2012 23:29:40&gt; WMI ConnectServer failed (root&#092;sms), Error code = 0x8004100e<br />
&lt;05-15-2012 23:29:40&gt; WMI ConnectServer failed (root&#092;sms)<br />
&lt;05-15-2012 23:29:40&gt; ***SqlError: [08S01][11][Microsoft][ODBC SQL Server Driver][DBMSLPCN]General network error. Check your network documentation.<br />
&lt;05-15-2012 23:29:40&gt; Unable to connect to SQL. Provider machine account could not be removed from smsdbrole_siteprovider.<br />
&lt;05-15-2012 23:29:40&gt; Delnode of &lt;C:&#092;Program Files&#092;Microsoft Configuration Manager&gt;<br />
&lt;05-15-2012 23:29:40&gt; Removing SMS_ADMIN_UI_PATH system environment variable ...<br />
&lt;05-15-2012 23:29:40&gt; Starting WMI.<br />
&lt;05-15-2012 23:29:40&gt; Using default Timeout value.<br />
&lt;05-15-2012 23:29:40&gt; Checking status of WinMgmt...<br />
&lt;05-15-2012 23:29:41&gt; Verified that WinMgmt is running.<br />
&lt;05-15-2012 23:29:41&gt; Attempting to delete legacy SMS program groups<br />
&lt;05-15-2012 23:29:41&gt; Failed to delete program group C:&#092;ProgramData&#092;Microsoft&#092;Windows&#092;Start Menu&#092;Programs&#092;Systems Management Server with error 2<br />
&lt;05-15-2012 23:29:41&gt; Attempting to delete Configuration Manager 2007 sub-program group<br />
&lt;05-15-2012 23:29:41&gt; Failed to delete program group C:&#092;ProgramData&#092;Microsoft&#092;Windows&#092;Start Menu&#092;Programs&#092;Microsoft System Center&#092;Configuration Manager 2007 with error 3<br />
&lt;05-15-2012 23:29:41&gt; Attempting to delete Microsoft System Center program group<br />
&lt;05-15-2012 23:29:41&gt; Failed to delete program group C:&#092;ProgramData&#092;Microsoft&#092;Windows&#092;Start Menu&#092;Programs&#092;Microsoft System Center with error 2<div id='attach_wrap' class='clearfix'>
	<h4>Attached Files</h4>
	<ul>
		
			<li class='attachment'>
				<a href="http://www.windows-noob.com/forums/index.php?app=core&module=attach&section=attach&attach_id=7356" title="Download attachment"><img src="http://www.windows-noob.com/forums/public/style_extra/mime_types/unknown.gif" alt="Attached File" /></a>
&nbsp;<a href="http://www.windows-noob.com/forums/index.php?app=core&module=attach&section=attach&attach_id=7356" title="Download attachment"><strong>ConfigMgrSetup.log</strong></a> &nbsp;&nbsp;<span class='desc'><strong>601.33K</strong></span>
&nbsp;&nbsp;<span class="desc lighter">2 downloads</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Wed, 16 May 2012 09:01:59 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5569-sccm-installation/</guid>
	</item>
	<item>
		<title>Deploying Applications</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5568-deploying-applications/</link>
		<description><![CDATA[Hi I am having a small problem. When assigning machines to a specific collection that is made, software is being pushed alright. When software is being removed from machines locally by admins SCCM does not re-push it, how do I make it re-push the software to machines where it gets uninstalled at? (Is there a way of doing it without removing and readding the machines from the collection?)<br />
Thanks.]]></description>
		<pubDate>Tue, 15 May 2012 19:05:43 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5568-deploying-applications/</guid>
	</item>
	<item>
		<title>new image not joining to domain</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5567-new-image-not-joining-to-domain/</link>
		<description><![CDATA[<span style='font-size: 14px;'>Hello,<br />
Our old image that we created would join the computer to the domain at the end of the OSD task sequence. With our new image it does not join itself and there do not appear to be any noticable logs entries that have anything to do with adding to the domain in the 'C:&#092;Windows&#092;syswow64&#092;ccm&#092;logs' folder.<br />
We use MDT 2010 with the UDI Wizard.<br />
The old image was a 64 bit Windows 7. The new image is a 64 bit SP1 Windows 7.<br />
The only real difference would be the added Windows updates included within SP1.<br />
<br />
To build the image we used the Build and Capture process described on this website.<br />
The only difference is we broke the build and capture into two steps so that we could apply additional windows updates<br />
We found a post that talked about checking the C:&#092;Windows&#092;debug&#092;netlogon.log.<br />
lpMachineAccountOU: (NULL) is something that we noticed was different.<br />
The old image had the full domain ou in this entry.<br />
<br />
The only thing we did in the task sequence was to change the step Apply Operating System Image to the new image.<br />
<br />
Any ideas would be appreciated.<br />
<br />
Thanks,<br />
<br />
Shawn</span>]]></description>
		<pubDate>Tue, 15 May 2012 18:21:36 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5567-new-image-not-joining-to-domain/</guid>
	</item>
	<item>
		<title>Compliance 2 - Specific software update - can it be modified</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5565-compliance-2-specific-software-update-can-it-be-modified/</link>
		<description><![CDATA[Hi ,<br />
<br />
Can the above be modified and be made with the below requirements ?<br />
<br />
<br />
When i open the report it should open the screen with options for<br />
<br />
collection id - however it should not show all the collections. only the collections i want<br />
<br />
bulletin ID and article ID - not all the ID.but only the ID's i want<br />
<br />
<br />
What changes i need to be make in the script so that it shows a set of collections and bulletin ID ?]]></description>
		<pubDate>Tue, 15 May 2012 13:50:35 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5565-compliance-2-specific-software-update-can-it-be-modified/</guid>
	</item>
	<item>
		<title>broken WDS ... help!?</title>
		<link>http://www.windows-noob.com/forums/index.php?/topic/5564-broken-wds-help/</link>
		<description><![CDATA[WDS stopped working over the weekend for no apparent reason.  Came in Monday to find that we can't PXE boot to image our machines from SCCM2007.  All machines we attempt to image simply report "no boot image available".<br />
<br />
WDS is cranky and unstable at the best of times.  I've seen this error enough that I <em class='bbc'>thought</em> I knew what to do.  I removed the PXE distribution points from SCCM, removed the PXE service point, un-installed WDS, renamed the RemoteInstall folder, rebooted a couple times, re-installed WDS, re-installed the PXE service point, re-created the PXE distribution points...<br />
<br />
And it's <strong class='bbc'>still</strong> broken.<br />
<br />
WDS starts up OK...  I'm not getting the usual 1067 error.<br />
<br />
Instead, WDS starts up and I get one error (ID 258) and one warning (ID 512) logged.<br />
<br />
I've un-installed and re-installed WDS (as well as the PXE service point) at least a dozen times now.  I've re-created boot images, task sequences, and everything.  I've tweaked the registry to disable multi-threading, I've double-checked with our network guys to make sure they didn't change anything interesting.  <br />
<br />
Frankly, at this point, I'm stumped.<br />
<br />
The error text from the WDSIMGSRV/258 error makes me think that some component isn't installing correctly...  But I'm not entirely sure what to do about that.  Maybe REGSRVR some DLL?<br />
<br />
Absolutely any assistance in resolving this issue would be <strong class='bbc'><em class='bbc'>greatly</em></strong> appreciated.<br />
<br />
<pre class='prettyprint'>
Log Name:	  Application
Source:		WDSServer
Date:		  5/14/2012 3:58:43 PM
Event ID:	  512
Task Category: WDSServer
Level:		 Warning
Keywords:	  Classic
User:		  N/A
Computer:	  REDACTED
Description:
An error occurred while trying to initialize provider WdsImgSrv from C:&#092;Windows&#092;system32&#092;WdsImgSrv.dll. Since this provider is not marked as critical, Windows Deployment Services server will  continue.

Error Information: 0xC1030104
</pre>
<br />
<pre class='prettyprint'>
Log Name:	  Application
Source:		WDSIMGSRV
Date:		  5/14/2012 3:58:43 PM
Event ID:	  258
Task Category: (1)
Level:		 Error
Keywords:	  Classic
User:		  N/A
Computer:	  REDACTED
Description:
The description for Event ID 258 from source WDSIMGSRV cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
0xC1030104
</pre><div id='attach_wrap' class='clearfix'>
	<h4>Attached Images</h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[20181]' id='ipb-attach-url-' href="http://www.windows-noob.com/forums/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=7355" title="wdsconsole.png - Size: 207.29K, Downloads: 4"><img itemprop="image" src="http://www.windows-noob.com/forums/uploads/monthly_05_2012/post-16064-0-24311500-1337086850.png" class='bbc_img linked-image' alt="wdsconsole.png" /></a>

			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Tue, 15 May 2012 13:06:58 +0000</pubDate>
		<guid>http://www.windows-noob.com/forums/index.php?/topic/5564-broken-wds-help/</guid>
	</item>
</channel>
</rss>
