Invoke-RASRetryLastAction
NAME
Invoke-RASRetryLastAction
SYNOPSIS
Retry last action on template.
SYNTAX
Invoke-RASRetryLastAction -ObjType {AVDTemplate | RDSTemplate | VDITemplate} -ProviderId <uint> -TemplateId <uint> [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Retries the last action on the specified template.
PARAMETERS
-ObjType <RetryLastActionObjType> Template type to retry last action on.
Possible values: AVDTemplate, RDSTemplate, VDITemplate
-TemplateId <uint> Template Id.
-ProviderId <uint> Provider Id.
-SiteId <uint> Site Id.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Invoke-RASCommand -Action RetryLastAction -ObjType RDSTemplate -Id 1
Retries the last action done on RDS Template with Id 1.
RELATED LINKS
Last updated