You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a application there are additional options currently not in the function.
ForceScriptDetection32Bit
RepairCommand
UninstallContentLocation
AllowTSUsage
Security Scopes should be looked into
Administrative Category should be looked into
Add logic if an application already exists with the name.
Add logic on what to do with an old version of the application if we want that feature. Disable the last one. Delete any ones older?
Should we add logging into a file for these at some point?
For deployment types there are additional options currently not in the function
ScriptFile detection for deployment type
ProductCode (this is also located in the deploymentdetection function so some investigation on the usage before implementation)
Document what parameters work for each detection method CM functions. These were very sensitive to the parameters you passed to the function.
Further testing on the MSI deployment type. This was untested in the initial function.
Further testing with multiple sites will be needed. The initial function does a foreach in theory on this but was not tested with the initial function.
The text was updated successfully, but these errors were encountered:
When building a application there are additional options currently not in the function.
Add logic if an application already exists with the name.
Add logic on what to do with an old version of the application if we want that feature. Disable the last one. Delete any ones older?
Should we add logging into a file for these at some point?
For deployment types there are additional options currently not in the function
Further testing on the MSI deployment type. This was untested in the initial function.
Further testing with multiple sites will be needed. The initial function does a foreach in theory on this but was not tested with the initial function.
The text was updated successfully, but these errors were encountered: