Login to users for configuration
This commit is contained in:
parent
c79d632639
commit
cb2735b909
4 changed files with 112 additions and 4 deletions
scripts/Common/Scripts
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue