Set-ASPluginOptionsEx
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition and with Workflow Manager.
The Set-ASPluginOptionsEx cmdlet sets the plugin option in the Options window.
Note:Use Get-ASPlugins cmdlet to get the required plugin Id.
Example
The following is the syntax used to check out a package from the Software Repository:
Set-ASPluginOptionsEx -PluginId "3C2F8362-A53C-44A2-B524-748F91FB6864" -XmlPath "D:\PowercelComdlet\ASPluginOption.xml"
Example XML Input Files
The following are examples of XML input files for different plugin options:
Microsoft Intune App Conversion Plugin
<ASPluginOptionsInfo>
<Password>PAsswordXml</Password>
<UserId>UserIdXML</UserId>
<AuthenticationType>Windows Authentication</AuthenticationType><IntunewinOutputDirectory>XML[InstallLocation]Converted Packages\Intunewin\[Vendor]\[Product Name]\[Version]</IntunewinOutputDirectory>
</ASPluginOptionsInfo>