-
Notifications
You must be signed in to change notification settings - Fork 2
Add MdeMachineTag
Jan-Henrik Damaschke edited this page Sep 15, 2022
·
1 revision
Adds tag to a specific Machine.
Add-MdeMachineTag [-id] <String> [-tag] <String> [<CommonParameters>]
Adds tag to a specific Machine.
Add-MdeMachineTag -id '123' -tag 'Tag-1'
{{ Fill id Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
{{ Fill tag Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Jan-Henrik Damaschke