Dear Experts,
I came across some posts where the smart guys mentioning using WIM to deploy application/package for client machines.
I'm testing the .ps1 script with issues. Here are some questions:
When using WIM to pack the source install files first (over 10+GB and 1000+ files), we created new application or package in SCCM, do we still need to deploy the content to distribution point first?
In SCCM I used the folder where the .wim resides as the source path, then specify "%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass -Command ".\script.ps1" as the command line, I set it as required deployment and deployed it to device collection. I updated the hardware policy in client but after a while, nothing happened. Anything I'm missing?