Files
Zack Meier 1d304511b8 update
2026-04-15 15:45:50 -05:00

18 lines
183 B
PowerShell

function Get-ITDServiceNowVariable {
[CmdletBinding()]
param (
)
begin {
}
process {
}
end {
}
}