- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- Deploy Windows 7 Professional Image and domain joi...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2013 09:07 AM
04-15-2013 09:07 AM
Deploy Windows 7 Professional Image and domain join
I am trying to make an image of a BL460WS blade with a Windows 7 Professional installation and to deploy this image to ohter similar blades.
But after the imaging (with sysprep) the master blade is not anymore in the domain and at first logon it asks me what type the network is.
If i deploy this image it is the same: no domain join.
Which sysprep File is taken while making of the image ? I can only specify a sysprep File in the deploy job.
Is there a working example for a sysprep file ?
I have tried standardwes7.xml in the sysprep folder (no domain join and ask for network type) and the sysprep in hpfeatures\w7-x64-pro-en_us (endless look after syntax error)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2013 04:01 AM
04-24-2013 04:01 AM
Re: Deploy Windows 7 Professional Image and domain join
The domain join can be done by modifying the .xml file alright but it's easier to simply add a configure task to the deploy job to join the machine to the domain i.e.. a configure task within Altiris.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 12:57 AM
04-29-2013 12:57 AM
Re: Deploy Windows 7 Professional Image and domain join
in the meantime i have discovered that standardvista.xml is used for Windows 7 sysprepping !
And now i also have a working xml file for deplyong windows 7 prof. In the predefined example was one step in specialice pass missing:
<RunSynchronousCommand wcm:action="add">
<Order>6</Order>
<Path>reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 1
Which makes only one automatic logon and the deploy task works like i want it. The Problem with win7 prof is that the first network detection is not working as expected.
If found no way to get this work with the sysprep task: it always asks for the network type at first logon.
At the moment i take two images: one with sysprep and one without. After sysprep i restore the image without sysprep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2013 06:48 AM
08-26-2013 06:48 AM
Re: Deploy Windows 7 Professional Image and domain join
PS: the master device must be unjoined form the domain as part of the image capture so that is expected.