User Tools

Site Tools


userspace:windows_7_create_localadmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
userspace:windows_7_create_localadmin [2012/02/09 08:54]
tobias
userspace:windows_7_create_localadmin [2021/08/23 08:37] (current)
Line 19: Line 19:
   - Install the modified opsi package with opsi-package-manager -i    - Install the modified opsi package with opsi-package-manager -i 
   - Change into \opst\pcbin\install\win7\custom\ dir   - Change into \opst\pcbin\install\win7\custom\ dir
-  - Modify the unattend.xml if there is not unattend.xml copy the unattended.xml.template form the opsi directory into the custom directory (and rename to unattended.xml)+  - Modify the unattend.xml if there are no unattend.xmlcopy the unattended.xml.template form the opsi directory into the custom directory (and rename to unattend.xml)
   - Use the LocalAccounts section (Line 288)   - Use the LocalAccounts section (Line 288)
   - <code> <!--   - <code> <!--
Line 25: Line 25:
 <Password> <Password>
 <PlainText>true</PlainText> <PlainText>true</PlainText>
-<Value>uib</Value>+<Value>#@localpw*#</Value>
 </Password> </Password>
-<Description>UIB</Description>+<Description>BESCHREIBUNG</Description>
 <Group>Administratoren</Group> <Group>Administratoren</Group>
-<Name>UIB</Name> +<Name>USERNAME</Name> 
-<DisplayName>UIB</DisplayName>+<DisplayName>DISPLAYNAME</DisplayName>
 </LocalAccount> </LocalAccount>
 --> </code> --> </code>
   - Remove the <!-- and -->   - Remove the <!-- and -->
-  - Add yout User information (username, Description .....) +  - Add your User information (username, Description .....) 
-  - For adding password via OpsiConfiguration Interface add the Productproperty localpw into the password sektion like this: #@localpw*# . localpw is the name of the Productproperty you have created in the control file patcha will patch the XML file with your own values. You can also user a hostparameter instead of product property.  +  - For adding password via OpsiConfiguration Interface add the Productproperty localpw into the password sektion like this: #@localpw*# . localpw is the name of the Productproperty you have created in the control filepatcha will patch the XML file with your own values. You can also use a hostparameter instead of product property. 
  
  
  
userspace/windows_7_create_localadmin.1328777644.txt.gz · Last modified: 2021/08/23 08:37 (external edit)