Jump to content


gr8greet

Established Members
  • Posts

    3
  • Joined

  • Last visited

gr8greet's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi All, I need some help on deploying Windows RE in 1) Fresh Install 2) Existing Install Background: Laptop is having Single partition which is Active, Boot, System, Recovery & Healthy Primary partition. I am NOT using Bitlocker for encryption. I Want To: Create separate partition for Windows Recovery Environment. Conditions: 1) I will not be using Apply Windows Recovery Environment(WinRE) which is readily available in MDT Task Sequence as I may update the winre.wim file & would need to push updated image to clients. 2) I need to deploy this recovery environment to Fresh Install as well as Existing Install Let me know how I can achieve the objective I am having MDT 2012 Update 1 & SCCM 2007. I have done testing in MDT 2012 Update 1 for creation of Windows RE Partition which works well if I call the Task Sequence ( by going to DeploymentShare & launching LiteTouch.vbs manually). But if I select the same task sequence in the LiteTouch Deployment , it fails giving error regarding REagentC.exe as Task sequence fails to disable the existing recovery environment. Below is in my Task Sequence in MDT. 1) Diskapart command to shrink, format & assign drive letter for Windows recovery (S:) 2) Create folder structure S:\Recovery\WindowsRE 3) Copy winre.wim from Deploymentshare\Scripts folder to S:\Recovery\WindowsRE 4) Disable Windows RE Environment ( reagentc /disable) 5) Set Recovery Environment Reagentc.exe /setreimage /path S:\Recovery\WindowsRE /target C:\Windows 6) Enable Windows RE Environment ( reagentc /Enable) Thanks In Advance Mandy!
  2. I got solution after googling.. Its all about powershell script execution policy which needs to set to unrestricted or bypass Set-ExecutionPolicy to Unrestricted or bypass for current user
  3. Hi All, I am having Windows 8.1 Pro OS running on my laptop. I have installed Windows AIK & MDT 2012 Update 1. But when I launches, MDT workbench, it throws Powershell error. I checked windows 8.1 is having Powershell V3 by default. I have installed Powershell V2.0 from Add remove programs still workbench fails to expand giving Powershell version error. Any help is appreciated Regards: Mandy
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.