We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa763c commit 2790c6cCopy full SHA for 2790c6c
SCSM-Set-SCSMMAStatus/SCSM-Set-SCSMMAStatus.ps1
@@ -20,6 +20,8 @@ Function Set-SCSMMAStatus {
20
Skipped
21
.EXAMPLE
22
Set-SCSMMAStatus -ManualActivityID MA123456 -Status 'Cancelled'
23
+ .LINK
24
+ https://github.com/lazywinadmin/PowerShell
25
#>
26
[CmdletBinding()]
27
PARAM(
0 commit comments