Forum Discussion
Edzhilla
Mar 19, 2020Copper Contributor
Need help Get-RdsDiagnosticsSettings
Hello,
Does anyone know how to get Get-RdsDiagnosticsSettings working? No matter what switches I try, it always returns the same error:
Get-RdsDiagnosticActivities -TenantName XXXXX -Outcome Success/Failure
Get-RdsDiagnosticActivities : There were no activities found.
At line:1 char:1
+ Get-RdsDiagnosticActivities -TenantName XXXXX -Outcome Success
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : FromStdErr: (Microsoft.RDInf...osticActivities:GetRdsDiagnosticActivities) [Get-RdsDiagnosticActivities], RdsPowerShellException
+ FullyQualifiedErrorId : ActivitiesNotFound,Microsoft.RDInfra.RDPowershell.Diagnostics.GetRdsDiagnosticActivities
- NorphusCopper Contributor
I also get this. Am I missing something?