A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:
The ability to deploy content as a Win32 app without using an installer or being provided a dummy installer. There are cases were a client request a desktop shortcut, network to be created, or if a file/folder needs to be pushed. Ability for PMPC to provide an exe installer, similar to the exe provided in PSAppDeployToolkit
This is possible today by using Custom Apps and the PSADT.
Upload Deploy-Application.exe as the "Installer"
Add the additional PSADT Files and Folders
Ensure that the PSADT will make the changes you need (e.g. copy files, update registry, etc).
Ensure that the PSADT will create some random registry entry to be used for the detection.
Create a custom detection rule instead of using the PMPC automatically generated PowerShell Script and check for the registry key the PSADT creates. NOTE: At the time this comment is written, the "custom detection rule" option is in preview. To enable it, please enable Preview Features from Settings\Company.
Yes, we push some session files based on a users location. Would be great to do this with a script as in some cases that's all that is contained inside the intunewin file.
This is possible today by using Custom Apps and the PSADT.
Upload Deploy-Application.exe as the "Installer"
Add the additional PSADT Files and Folders
Ensure that the PSADT will make the changes you need (e.g. copy files, update registry, etc).
Ensure that the PSADT will create some random registry entry to be used for the detection.
Create a custom detection rule instead of using the PMPC automatically generated PowerShell Script and check for the registry key the PSADT creates.
NOTE: At the time this comment is written, the "custom detection rule" option is in preview. To enable it, please enable Preview Features from Settings\Company.
we have a need to push many shortcuts to our desktops
Yes, we push some session files based on a users location. Would be great to do this with a script as in some cases that's all that is contained inside the intunewin file.