A new Flexera Community experience is coming on November 25th. Click here for more information.
Oct 30, 2023 12:22 PM
Hi,
Those look to be from a custom Powershell. Is that correct?
This documentation may help:
https://docs.flexera.com/adminstudio/adminstudio2023R2/ug/Content/helplibrary/AdminStudio_PowerShell_Cmdlets.htm?Highlight=cmdlet
I'm uncertain of how the variables are being used in your script, but here's what may be answers to you question.
Yes. The other parameters are needed in your connection string. The Provider is basically the driver.
https://docs.flexera.com/adminstudio/adminstudio2023R2/ug/Content/helplibrary/ASplatform_Set_ASConfigPlatform.htm#platformapi_4248468988_1111474
SCCMUser is likely an SCCM Service account used to connect to SCCM.
convert.aacx may be a file your organization has already created.
But usually, you'll have to create an aacx file from the Automated Application convertor to do some automation.
DistributionName likely maps to ConnectionName as documented here:
https://docs.flexera.com/adminstudio/adminstudio2023R2/ug/Content/helplibrary/ASplatform_Invoke_ASPublish_1.htm#platformapi_4248468988_1064741
PluginId is likely a reference to below:
https://docs.flexera.com/adminstudio/adminstudio2023R2/ug/Content/helplibrary/Invoke_ASConvertPackage.htm#platformapi_4248468988_1274616
ShareUser is likely account used to access to the network shared location.
Hope that helps.
Oct 31, 2023 11:26 AM
ayung_2832 Thank you for your response. I am reviewing and will let you know how it goes. Cheers!
Nov 02, 2023 12:58 PM
Thank you for the extensive response. I am slowly working to utilize your suggestions. Cheers!
Jan 23, 2024 04:05 PM