As already mentioned under the PowerShell Forum no one wants this shit and you can disable it also by registry keys:
Disable Recall: reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsAI" /v "DisableAIDataAnalysis" /t REG_DWORD /d 1 /f
Disable Copilot: reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
Enforce the policies: gpupdate /force