added parameter for Base URL
This commit is contained in:
Родитель
e287c3e2fd
Коммит
a8af0e2d38
|
@ -6,19 +6,25 @@ param(
|
|||
[ValidateNotNullOrEmpty()]
|
||||
[string]$serverName,
|
||||
|
||||
[parameter(Mandatory=$True, Position=2)]
|
||||
[parameter(Mandatory=$false, Position=2)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$username,
|
||||
[string]$baseurl,
|
||||
|
||||
[parameter(Mandatory=$True, Position=3)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$username,
|
||||
|
||||
[parameter(Mandatory=$True, Position=4)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$password,
|
||||
|
||||
[parameter(Mandatory=$false, Position=4)]
|
||||
[parameter(Mandatory=$false, Position=5)]
|
||||
[ValidateNotNullOrEmpty()]
|
||||
[string]$Prompt
|
||||
)
|
||||
|
||||
|
||||
|
||||
#################################################################
|
||||
##DSVM Does not have SQLServer Powershell Module Install or Update
|
||||
#################################################################
|
||||
|
|
Загрузка…
Ссылка в новой задаче