Unblock-AppExecution
SYNOPSISโ
Unblocks the execution of applications performed by the Block-AppExecution function
SYNTAXโ
Unblock-AppExecution [<CommonParameters>]
DESCRIPTIONโ
This function is called by the Exit-Script function or when the script itself is called with the parameters -CleanupBlockedApps
EXAMPLESโ
EXAMPLE 1โ
Unblock-AppExecution
PARAMETERSโ
CommonParametersโ
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTSโ
Noneโ
You cannot pipe objects to this function.โ
OUTPUTSโ
Noneโ
This function does not generate any output.โ
NOTESโ
This is an internal script function and should typically not be called directly.
It is used when the -BlockExecution parameter is specified with the Show-InstallationWelcome function to undo the actions performed by Block-AppExecution.