Client Software Distribution - SCCM - Unable to DiscoverIssue We are trying to discover the SCCM applications and collections using the "Client Software Distribution - SCCM Server Instances" but has not been successful. Test credential return credential validated. Workflow context return following error for user "svc.servicecmdb" @@@ New-PSSession : [NOWSCCM.smart.LOCAL] Connecting to remote server NOWSCCM.smart.LOCAL failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic. At line:1 char:1 + New-PSSession -ComputerName NOWSCCM.smart.LOCAL -Credential $Cred ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:Re moteRunspace) [New-PSSession], PSRemotingTransportException + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed Authentication failure with the user SMART\svc.servicecmdb @@@@@CauseUser doesn't has right to access "CMSite" drive of SCCM. Approach to verify: 1. Run following command in SCCM server Powershell command return nothing. Import-Module -Name “$(split-path $Env:SMS_UI_ADMIN_PATH)\ConfigurationManager.psd1”Get-PSDrive -psprovider “CMSite” ResolutionGrant the user "CMSite" drive access. When user has the "CMSite" drive access, we will see