This PowerShell command will give you the list of users in the system and their last logon time:
Get-mailbox -resultsize unlimited| Get-MailboxStatistics | select displayname, lastlogontime | sort-object lastlogontime
Wednesday, April 29, 2015
Thursday, April 23, 2015
checklist for new laptop purchases - updated 4/23/15
This is my checklist when buying a new computer. I've had some Dell reps not key in my information properly, which has caused problems - so I need to check over each order to make sure all I want is included.
Items to check:
Items to check:
- Processor: Core i5 or better
- RAM: 4 GB or more (as required)
- Hard drive: 256 GB or more (SSD preferred for most laptops)
- Webcam built in
- Warranty as required (3 year with accidental damage protection preferred)
- Docking station (if required)
- Windows 7 Pro 64 bit
- OEM software (Office or Adobe Acrobat as needed)
- Dual band wireless card
- Battery size as required (4 cell or larger)
- Default display resolution as preferred
Labels:
battery,
new computer,
new laptop,
OEM,
processor,
RAM,
warranty,
webcam,
wireless
Thursday, April 16, 2015
Office365 Whitelist and Blacklisting
This is a consolidation of information I've found on blacklisting and whitelisting in Office365:
Whitelisting or blacklisting by IP address:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ_oRstwdgLIv5vRX6VQlGA0QGL4ZcT6-2iEWPnTmyyWeV3iI-LV_4J-64rlxpEQ4VlBbag6HA_STunISwGfyvWvJxDHAh9Rm8g3iiK1wPO29nIZBNK7NpOlkxbmtw3M9COO_lSjb_hNU/s1600/20131125.king.net.office365.howto.whitelist.JPG
Exchange Admin Center -> Protection -> Connection Filter -> connection filtering by IP address
Whitelist by domain name:
http://www.mattwharton.co.uk/2014/08/how-to-whitelist-a-domain-in-office-365-exchange-online.html
or
http://www.office365tipoftheday.com/2013/12/02/whitelist-a-domain-to-bypass-exchange-online-protection-spamfilter/
Exchange Admin Center -> Mail Flow -> Create New Rule -> Bypass spam filtering -> Apply this rule ... if the sender domain is
Powershell configuration:
https://support.microsoft.com/en-us/kb/2545137?wa=wsignin1.0
Whitelisting or blacklisting by IP address:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ_oRstwdgLIv5vRX6VQlGA0QGL4ZcT6-2iEWPnTmyyWeV3iI-LV_4J-64rlxpEQ4VlBbag6HA_STunISwGfyvWvJxDHAh9Rm8g3iiK1wPO29nIZBNK7NpOlkxbmtw3M9COO_lSjb_hNU/s1600/20131125.king.net.office365.howto.whitelist.JPG
Exchange Admin Center -> Protection -> Connection Filter -> connection filtering by IP address
Whitelist by domain name:
http://www.mattwharton.co.uk/2014/08/how-to-whitelist-a-domain-in-office-365-exchange-online.html
or
http://www.office365tipoftheday.com/2013/12/02/whitelist-a-domain-to-bypass-exchange-online-protection-spamfilter/
Exchange Admin Center -> Mail Flow -> Create New Rule -> Bypass spam filtering -> Apply this rule ... if the sender domain is
Powershell configuration:
https://support.microsoft.com/en-us/kb/2545137?wa=wsignin1.0
Subscribe to:
Posts (Atom)