Skip to content

Commit 66ec98b

Browse files
author
David Jones
committed
fix another missing line
1 parent d145637 commit 66ec98b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WindowsImageTools/Public/New-UnattendXml.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,12 @@ function New-UnattendXml {
7474
7575
.EXAMPLE
7676
New-UnattendXml -AdminCredential (Get-Credential) -LogonCount 1
77+
7778
Creates a randomly named Unattend.xml in $env:temp that sets the Administrator password and auto logon 1 time.
7879
7980
.EXAMPLE
8081
New-UnattendXml -Path c:\temp\Unattend.xml -AdminCredential (Get-Credential) -LogonCount 100 -FirstLogonScriptPath c:\PsTemp\firstRun.ps1
82+
8183
Creates an Unattend.xml at c:\temp\Unattend.xml that sets the Administrator password, sets auto logon count to 100, and runs c:\PsTemp\firstRun.ps1 at each new user's first logon.
8284
8385
.NOTES

0 commit comments

Comments
 (0)