ps/Modules/Alkami.PowerShell.SDK/Public/Get-ManifestPath.ps1
2023-05-30 22:51:22 -07:00

6 lines
100 B
PowerShell

function Get-ManifestPath {
[CmdletBinding()]
param()
return "C:\AlkamiSDK\Manifests"
}