Forum Discussion
stjohn
Jan 29, 2025Copper Contributor
Excel Formula
What is the correct formula in Excel to calculate net pay? I have tried several, but the amount is a penny off. I'd like to subtract social security and medicare payments from the gross salary. Wh...
- Feb 08, 2018
The only reason you would need an EO2 license for shared/room mailbox is if you have enabled hold, and if you are applying a license anyway, you should just make it a user mailbox.
Onto the Groups question, you can simply use the "calculated property" method:
Get-UnifiedGroup | select DisplayName,Recipient*,@{n="Size";e={(Get-MailboxStatistics $_.Identity).TotalItemSize}} DisplayName RecipientType RecipientTypeDetails Size ----------- ------------- -------------------- ---- Unified MailUniversalDistributionGroup GroupMailbox 1.314 MB (1,377,400 bytes) First group MailUniversalDistributionGroup GroupMailbox 7.702 MB (8,076,248 bytes)
You can add other properties as needed, but in general is better to write a proper script instead of using oneliners and the pipeline.
stjohn
Jan 31, 2025Copper Contributor
Thank you! That worked. Later, I did attach what I've been trying, but I don't see it. This is my first time posting, so I may have done something wrong.
NnyiimockBitanyanmi
Feb 01, 2025Brass Contributor
Glad to hear it did