Files
management-scripts/dbiarchitects/Install-Office365Local.ps1
T
2019-11-11 19:22:39 -05:00

6 lines
215 B
PowerShell

$path = "\\va01fsx01.dbia.com\applications\Programs\microsoft-office"
If ( Test-Path "${path}\setup.exe")
{
Start-Process "${path}\setup.exe" -ArgumentList "/configure ${path}\o365businessretail.xml" -Wait
}