Set-RDMSystemSettingsTags
Synopsis
Syntax
__AllParameterSets
Set-RDMSystemSettingsTags [-Tags] <string[]> [-ForcePromptAnswer <DialogResult[]>] [-WhatIf]
[-Confirm] [<CommonParameters>]Description
Examples
Example 1
PS C:\> $tags = @("Production", "Development", "Test")
PS C:\> Set-RDMSystemSettingsTags -Tags $tagsExample 2
Example 3
Example 4
Example 5
Parameters
-Confirm
-ForcePromptAnswer
-Tags
-WhatIf
CommonParameters
Inputs
System.String
System.String[]
Notes
Last updated
Was this helpful?