functions/Test-PIMEndpointDiscovery.ps1

function Test-PIMEndpointDiscovery {
    [CmdletBinding()]
    param()
    throw "Test-PIMEndpointDiscovery has moved to the EasyPIM.Orchestrator module. Please update your scripts."
}