Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // user data
- #ps1
- net user MojtabaAlinezhad 123456 /add
- net localgroup administrators MojtabaAlinezhad /add
- net user windows /delete
- net user Admin /delete
- Set-TimeZone -Name "Iran Standard Time"
- Rename-Computer -NewName "MojtabaAlinezhad" -Restart -Force
- // meta-data
- instance-id: kvm-windows
- hostname: MojtabaAlinezhad
- // network-config
- version: 1
- config:
- - type: physical
- name: eth0
- subnets:
- - type: static
- address: 192.168.122.120/24
- gateway: 192.168.122.1
- - type: vlan
- name: eth0.101
- vlan_link: eth0
- vlan_id: 100
- - type: nameserver
- address:
- - 8.8.8.8
- - 4.2.2.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement