MCP Server
Enable a model context protocol server.
Creating a Tool
New-PSUMCPTool -Name "Get Processes" -Description "Return the processes running on the PowerShell Universal Server" -ScriptFullPath "GetProcesses.ps1"New-PSUMCPTool -Name "Get Processes" -Description "Return the processes running on the PowerShell Universal Server" -ScriptFullPath "GetProcesses.ps1" -Authenticated -Role @("Administrator")Access in GitHub Copilot
Get-Process | Select-Object Name, Id


Last updated
Was this helpful?