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.

manage office 365

thanks understanding.

best regards,

anna



Windows Server  >  Windows PowerShell



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file