Set-RASAppPackageSettingsTags
Modifies the Application Package Settings Tags.
Set-RASAppPackageSettingsTags -Id <uint> -Name <string> [-SiteId <uint>] [<CommonParameters>]
Modifies the Application Package Settings Tags using the specified parameters and their values.
-SiteId <uint> Site ID of the specified application package setting tags to modify.
-Id <uint> Tag ID of the specified application package settings tags to modify.
-Name <string> 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-