Adding a host to an existing pool or creating a pool and hosts from scratch, as I always did, today gives me an error:

The error detail says:
{
"status": "Failed",
"error": {
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'Microsoft.PowerShell.DSC'. Error message: “DSC Configuration 'AddSessionHost' completed with error(s). Following are the first few: PowerShell DSC resource MSFT_ScriptResource failed to execute Set-TargetResource functionality with error message: Some error occurred in DSC ExecuteRdAgentInstallClient SetScript:
Exception : System.InvalidOperationException: This command cannot be run due to the error: Access is denied.
at System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
TargetObject :
CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOperationException
FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at RunMsiWithRetry, C:\Packages\Plugins\Microsoft.Powershell.DSC\2.83.2.0\DSCWork\Configuration_03-30-2022.0\Functions.ps1: line 391
at InstallRDAgents, C:\Packages\Plugins\Microsoft.Powershell.DSC\2.83.2.0\DSCWork\Configuration_03-30-2022.0\Functions.ps1: line 478
at <ScriptBlock>, C:\Packages\Plugins\Microsoft.Powershell.DSC\2.83.2.0\DSCWork\Configuration_03-30-2022.0\Script-SetupSessionHost.ps1: line 57
at <ScriptBlock>, <No file>: line 15
at ScriptExecutionHelper, C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\DscResources\MSFT_ScriptResource\MSFT_ScriptResource.psm1: line 317
at Set-TargetResource, C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSDesiredStateConfiguration\DscResources\MSFT_ScriptResource\MSFT_ScriptResource.psm1: line 153
PipelineIterationInfo : {}
PSMessageDetails :
The SendConfigurationApply function did not succeed.”
More information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot "
}
}
What can i do?
