backup/_REMOVED_SHIMS_BACKUP/Test-PIMEndpointDiscovery.ps1
# Test shim for EasyPIM core module # This function is now provided by EasyPIM.Orchestrator # Placeholder for compatibility; will be removed in v1.10.0 function Test-PIMEndpointDiscovery { [CmdletBinding()] param() throw 'Test-PIMEndpointDiscovery is now part of EasyPIM.Orchestrator. Please import that module.' } |