We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006e73c commit 436623dCopy full SHA for 436623d
1 file changed
docs/reference/functions/Unblock-ADTAppExecution.mdx
@@ -7,7 +7,7 @@ hide_table_of_contents: false
7
8
## SYNOPSIS
9
10
-Unblocks the execution of applications performed by the Block-ADTAppExecution function.
+Unblocks the execution of applications that were blocked by the Block-ADTAppExecution function.
11
12
## SYNTAX
13
@@ -43,7 +43,7 @@ Aliases:
43
44
Required: False
45
Position: 1
46
-Default value: All scheduled tasks wildcard matching [PSAppDeployToolkit_*_BlockedApps].
+Default value: All scheduled tasks matching the wildcard pattern `PSAppDeployToolkit_*_BlockedApps`.
47
Accept pipeline input: False
48
Accept wildcard characters: False
49
```
0 commit comments