-
Notifications
You must be signed in to change notification settings - Fork 2
Update MdeMachine
Jan-Henrik Damaschke edited this page Nov 24, 2022
·
2 revisions
external help file: PSMDE-help.xml Module Name: PSMDE online version: https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/update-machine-method?view=o365-worldwide schema: 2.0.0
Updates properties of existing Machine.
Update-MdeMachine -id <String> [-tags <Array>] [-priority <String>] [<CommonParameters>]
Update-MdeMachine -id <String> [-priority <String>] [<CommonParameters>]
Update-MdeMachine -id <String> [-tags <Array>] [<CommonParameters>]
Updates properties of existing Machine.
Update-MdeMachine -id '123' -tags @('tag-1', 'tag-2')
Update-MdeMachine -id '123' -priority 'High'
{{ Fill id Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
{{ Fill tags Description }}
Type: Array
Parameter Sets: all, tags
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
{{ Fill priority Description }}
Type: String
Parameter Sets: all, priority
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
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