We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f619617 commit 8efeec9Copy full SHA for 8efeec9
SCSM-Get-SCSMWorkItemChildItem/Get-SCSMWorkItemChildItem.ps1
@@ -10,6 +10,8 @@ Function Get-SCSMWorkItemChildItem {
10
Get-SCSMWorkItemChildItem -WorkItemGuid $WIGuid
11
.NOTES
12
General notes
13
+ .LINK
14
+ https://github.com/lazywinadmin/PowerShell
15
#>
16
[CmdletBinding()]
17
param (
0 commit comments