Hi..
While excuting
$session = New-CsOnlineSession -Credential $cred
in powershell ISE it will give error like:
Get-CsWebTicket : Object reference not set to an instance of an object.
But am able to execute the same command in Windows Powershell.
Can someone explain me why it is not getting executed in
powershell ISE.
Thanks!