LATEST ARTICLES

Encrypt and Decrypt Email using Exchange Mail Flow Transport Rules with...

0
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...

Verizon 5G Internet Gateway Askey NCQ1338 Firmware Update

0
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)...

Dell EMC VNXe1600 How to turn on SSH using IPMItool

0
So. SSH is disabled and you cannot enable it from Unisphere. Your only option is to connect using IPMItool with an ethernet cable to...

Convert Win 7 physical to virtual in Hyper-V

0
If you used Disk2vhd utility on a Windows 7 box to create an image, but your new VHD or VHDX has a "Windows failed...

Enable Exchange Archive for user synchronized with on-premises directory

0
Say you have a user exceed their mailbox limit (50GB or 100GB depending on licensing) and you decide to drop in an Archive to...

Microsoft 365 PowerShell connect to Exchange tenant

0
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...

2021 – Moving WordPress from GoDaddy to Siteground

0
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...

Cisco Switches software update copy to switch tip

0
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...

Server 2012r2 Install-Module SecMgmt – not recognized install issues resolved

0
When configuring Intune MDM for your Microsoft 365 Business Premium tenant, you may want to have a Hybrid Azure AD Join setup in order...

Access 97 – Formatting Phone Numbers

0
To format a phone number in Microsoft Access Visual Basic, you can use this code: IIf(Len(!)=10,Format(!,"(@@@) @@@-@@@@"),Format(!,"@@@-@@@@"))