You can try to execute the commands as the below format:
Invoke-Command -ComputerName computerA -ScriptBlock
{
$s = New-CsOnlineSession -Credential (Get-Credential)
Import-PSSession $s
#do your commands
}
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.