Get Only Mailbox related Exchange LicenseOption
hi,
i writing script exchange mailbox related licenses. using following script exchange related license options.
ps c:\> get-msolaccountsku | foreach{ $_.servicestatus} | foreach{$_.serviceplan} | where-object {$_.servicetype -eq 'exchange'} and output follows
here output contain list of exchange licenseoptions. exchange_s_enterprise is licenseoption creates mailbox user. want script returns mailbox related licenseoptions,in case exchange_s_enterprise option. there other approach or suggestions appreciated
thanks
hi,
since issue more related office 365, recommend can post in office 365 forum more effective support.
thanks understanding.
best regards,
anna
Windows Server > Windows PowerShell
Comments
Post a Comment