Set-RASAppPackageSettingsTags
Last updated
Last updated
Set-RASAppPackageSettingsTags
Modifies the Application Package Settings Tags.
Set-RASAppPackageSettingsTags - (uint) - (string) [ (uint)] [()]
Modifies the Application Package Settings Tags using the specified parameters and their values.
Site ID of the specified application package setting tags to modify.
Tag ID of the specified application package settings tags to modify.
The name of the application package settings tags to be modified.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Set-RASAppPackageSettingsTags -SiteID 1 -ID 1 -Name "Custom"
Modifies the Application Package Settings Tag's Name of index 1.
-none-