I'm working on a script to install the sccm client.
function execute-process will "not wait" until ccmsetup.exe has finished installation.
here is the command line:
Execute-Process -FilePath "ccmsetup.exe" -Arguments "SMSSITECODE=Test Site"
any idea?
thanks in advance for your help.
function execute-process will "not wait" until ccmsetup.exe has finished installation.
here is the command line:
Execute-Process -FilePath "ccmsetup.exe" -Arguments "SMSSITECODE=Test Site"
any idea?
thanks in advance for your help.