@Ramki ,
You cannot get Global policy by command but a user policy.
As a supplement, the following script is helpful for your scenario:
Get-CsOnlineUser -Filter {TeamsMeetingPolicy -eq 'No Lobby'}
| Select UserPrincipalName, TeamsMeetingPolicy
Besides, you could also use the Filter option to create conditions as below:
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.