remove parameter input in Install-LiquidFileOutlookAgent.ps1
added Get-DisplayInformation.ps1
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Get-WmiObject Win32_VideoController | Select Caption, CurrentHorizontalResolution, CurrentVerticalResolution | Format-Table
|
||||
@@ -1,12 +1,10 @@
|
||||
param([string]$URL)
|
||||
|
||||
## Path to the MSI installer
|
||||
## Path to the MSI installer
|
||||
$MSIURL = 'https://dev.emberkom.com/emberkom/management-scripts/raw/branch/master/resources/LiquidFiles_Admin_2.0.129.msi'
|
||||
|
||||
## Set installer args
|
||||
If ( $URL ) {
|
||||
LogMsg "LiquidFiles target server: ${URL}"
|
||||
$INSTALLER_ARGS = "REGKEYSCRIPT=`"BaseUrl=${URL};`""
|
||||
$INSTALLER_ARGS = "REGKEYSCRIPT=""BaseUrl=${URL};"""
|
||||
}
|
||||
Else { $INSTALLER_ARGS = '' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user