Rich heykip commented on
How to install the PowerShell Active Directory module 3 years, 7 months ago
Yes powershell saves the day especially when I need to connect to office 365. Thank you for the helpful details!
This reminds me I need to get the new RSAT
Cheers
Rich heykip liked comment of Michael Pietroforte on How to install the PowerShell Active Directory module. (So far, Michael Pietroforte has 1 likes for this comment.) 3 years, 7 months ago
Rich heykip liked How to install the PowerShell Active Directory module. (So far, This post has 11 likes) 3 years, 7 months ago
Rich heykip's profile was updated 3 years, 7 months ago
Rich heykip liked Issue certificates for IIS and Exchange with Let’s Encrypt. (So far, This post has 1 likes) 3 years, 10 months ago
Thank you Robert Pearman, this is helpful even in my small shop.
get-mailbox -ResultSize 2000 | Measure-Object | Select-Object count
cheers
Rich heykip liked comment of Robert Pearman on Schedule user account closure with PowerShell. (So far, Robert Pearman has 3 likes for this comment.) 3 years, 11 months ago
Rich heykip liked Schedule user account closure with PowerShell. (So far, This post has 3 likes) 3 years, 11 months ago
Rich heykip liked Encrypt and decrypt files with PowerShell and PGP. (So far, This post has 6 likes) 3 years, 11 months ago
Rich heykip commented on
Managing shared mailboxes in Office 365 with PowerShell 3 years, 11 months ago
Thank you 4sysops for this resource and awesome theme for the site.
Thank you Kyle Beckman for the helpful post.
I find ps useful for example to get output copied to a file first thing to do is:
Start-Transcript
Use this to get a list of inboxes by name from Exchange.get-mailbox | where {$_.litigationholdenabled -match “true”} | ft name,litigationholdenabled
Rich heykip liked O365 PS Remind Me. (So far, This post has 2 likes) 3 years, 11 months ago
Rich heykip liked comment of Jose Fierro on Managing shared mailboxes in Office 365 with PowerShell. (So far, Jose Fierro has 2 likes for this comment.) 3 years, 11 months ago
Rich heykip liked Managing shared mailboxes in Office 365 with PowerShell. (So far, This post has 2 likes) 3 years, 11 months ago
Rich heykip became a registered member 3 years, 11 months ago