Adjust log messages accordingly
This commit is contained in:
parent
fd3df6110e
commit
a985ac56d3
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
function New-PersonalUser([Context] $context)
|
function New-PersonalUser([Context] $context)
|
||||||
{
|
{
|
||||||
Write-Host "Creating Personal User";
|
|
||||||
|
|
||||||
if (-not (Get-LocalUser $context.UserName))
|
if (-not (Get-LocalUser $context.UserName))
|
||||||
{
|
{
|
||||||
|
Write-Host "Creating Personal User";
|
||||||
|
|
||||||
while ($true) {
|
while ($true) {
|
||||||
Write-Host (
|
Write-Host (
|
||||||
[string]::Join(
|
[string]::Join(
|
||||||
|
|
Loading…
Reference in a new issue