AdminStudio 2013 Release Notes ADM-2013-RN5 46
Release Notes
Ability to Specify Named Connections to Deployment Systems Using the
-ConnectionName Parameter
Instead of having to specify multiple connection parameters in commands (System, SystemServer,
SystemResource, UserName, Password), you can now use the -ConnectionName parameter and simply
enter a connection name that you have defined on the Distribution System tab of the Application
Manager Options dialog box, as described in Support for Multiple Named Connections to Distribution
Systems.
For example, in AdminStudio 11.5 SP2, this is how you specified a connection to a System Center 2012
Configuration Manager server in the
Invoke-ASImportAppFromDeploymentSystem command:
Invoke-ASImportAppFromDeploymentSystem -System SCCM2012 -SystemServer 177.33.44.555
-SystemResource TL1 -UserName MyDomain\JohnSmith -Password mypassword101
-SystemDeploymentID 16778779 -TargetASGroupPath "\Applications\MyGroup\"
In AdminStudio 2013, you can now just use the -ConnectionName parameter, which produces a much
simpler command:
Invoke-ASImportAppFromDeploymentSystem -ConnectionName SCCM2012 -SystemDeploymentID
16778779 -TargetASGroupPath "\Applications\MyGroup\"
Ability to Set Additional Package Properties Using Set-ASProperty
You can now use the Set-ASProperty command to set additional package deployment type properties,
including many properties that are displayed on the Package Information tab of the Catalog
Deployment Type View. These new properties include:
• Manufacturer
• Administrator Comments
• Software Version
• Language
• File
• Date Imported
• Package Code
• Product Code
• Upgrade Code
• Original File
• Original Package Name
• Modified Package Name
• Last Modified Date
• Package Deployment Type
Commenti su questo manuale