18 lines
183 B
PowerShell
18 lines
183 B
PowerShell
function Get-ITDServiceNowVariable {
|
|
[CmdletBinding()]
|
|
param (
|
|
|
|
)
|
|
|
|
begin {
|
|
|
|
}
|
|
|
|
process {
|
|
|
|
}
|
|
|
|
end {
|
|
|
|
}
|
|
} |