PS C:\Users\$TADINTEG> $proxysettings = New-PSSessionOption -ProxyAccessType IEConfig PS C:\Users\$TADINTEG> $creds = Get-Credential cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters: PS C:\Users\$TADINTEG> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $Creds -Authentication Basic -AllowRedirection -SessionOption $proxysettings New-PSSession : [outlook.office365.com] Connecting to remote server outlook.office365.com failed with the following error message : The server certificate on the destination computer (outlook.office365.com:443) has the following errors: The SSL certificate could not be checked for revocation. The server used to check for revocation might be unreachable. For more information, see the about_Remote_Troubleshooting Help topic. At line:1 char:12+ $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri ht ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException+ FullyQualifiedErrorId : 12175,PSSessionOpenFailedI am trying to connect office 365 go the able exception need help!!!!