WHAT'S NEW
Calendar Permissions and Renaming using Powershell
ACCESSORIES
How To: Print Email from Microsoft Outlook without your name at...
GoToMeeting problem could not locate suitable folder
WINDOWS PHONE
Block meta refresh redirects in FireFox 56+
LATEST ARTICLES
Encrypt and Decrypt Email using Exchange Mail Flow Transport Rules with 3rd Party Journaling
Read this to: Automatically Encrypt Outbound email containing sensitive info. Automatically Decrypt messages sent between Tenant users. Automatically Decrypt messages for storage in a 3rd party Journaling service. This article outlines some settings for Mail Transport Rules that encrypt and decrypt messages using Microsoft Purview Message Encryption. It also has guidance for admins using third party Journaling services as there are special considerations...
Verizon 5G Internet Gateway Askey NCQ1338 Firmware Update
As of 9/18/22 there are no officially published release notes for NCQ1338 firmware version 222656 (System Update 5) over at Verizon Internet Gateway (ASK-NCQ1338) Software Update | Verizon BUT someone over on reddit got their hands on them through Support. They published the changes but didn't know what they meant. I'm going to attempt to make sense of it by...
Dell EMC VNXe1600 How to turn on SSH using IPMItool
So. SSH is disabled and you cannot enable it from Unisphere. Your only option is to connect using IPMItool with an ethernet cable to the management port on the SAN. Easy enough, right? 'install' IPMItool. Download from Dell's website and install it. It will create a directory IMPItool on your C: drive. Connect your computer to the management port...
Convert Win 7 physical to virtual in Hyper-V
If you used Disk2vhd utility on a Windows 7 box to create an image, but your new VHD or VHDX has a "Windows failed to start" message and/or a blue screen of death (BSOD) which references 0x000000d7, then you're in the right place to get it sorted. First off there may be more than one way to solve this problem....
Enable Exchange Archive for user synchronized with on-premises directory
Say you have a user exceed their mailbox limit (50GB or 100GB depending on licensing) and you decide to drop in an Archive to increase their space. If you started your journey with 365 Exchange Online in a hybrid setup then you'll probably get errors when you try to Enable the Archive via the usual methods (web admin or...
Microsoft 365 PowerShell connect to Exchange tenant
Microsoft has started requiring TLS1.2 and added support for MFA for connections to remote Exchange tenant using PowerShell. Some of my older instructions are now completely broken so here are new ones: SETUP: If you haven't already, you need to install the EXO V2 PowerShell module called ExchangeOnlineManagement. Make sure you're running the latest PowerShell. Install or Update to the...
2021 – Moving WordPress from GoDaddy to Siteground
This won't apply to all installs (for instance this may not work with multi-site WP - idk), but might help you if you're having trouble using the SiteGround WordPress Automatic Migrator tool with a basic site on Shared Go Daddy Plesk web hosting. What happened to me was I couldn't get past this popup in the Migrator tool: "Transfer cannot be...
Cisco Switches software update copy to switch tip
I was never able to get TFTP working. It may have simply been the Server I was trying to get working (Pumpkin)...but it kept saying the block size needed to be increased and eventually timed out trying. The Cisco supported block size from 512-8192, but when I changed it to 8192 and set the TFTP Server to 8192 it...
Server 2012r2 Install-Module SecMgmt – not recognized install issues resolved
When configuring Intune MDM for your Microsoft 365 Business Premium tenant, you may want to have a Hybrid Azure AD Join setup in order to manage domain-connected devices. The guiding article you'll probably start off with to accomplish this is Enable domain-joined Windows 10 devices to be managed by Microsoft 365 Business Premium. The steps are good, but there are a...
Access 97 – Formatting Phone Numbers
To format a phone number in Microsoft Access Visual Basic, you can use this code: IIf(Len(!)=10,Format(!,"(@@@) @@@-@@@@"),Format(!,"@@@-@@@@"))