Login to users for configuration

This commit is contained in:
Manuel Thalmann 2024-08-09 04:19:49 +02:00
commit cb2735b909
4 changed files with 112 additions and 4 deletions
scripts/Common/Scripts

View file

@ -155,6 +155,16 @@ $null = New-Module {
Get-Attributes "valhalla.windows.users";
}
<#
.SYNOPSIS
Gets the name of the setup user.
#>
function Get-SetupUser {
[OutputType([string])]
param()
Get-Config "valhalla.windows.setupUser";
}
<#
.SYNOPSIS
Gets the value of an option related to the setup.