DON'T MISS
You can’t undelete photos from an iPhone 5
Had a client at his wits' end with his iPhone. He was transferring photos and movies from his iPhone PhotoStream to his desktop computer and...
Setup Windows Live Messenger on a website
Let's say you have an office that uses Microsoft's Live Messenger and you want to extend customer service or sales efforts to the web. I...
Food
Windows 7 The User Profile Service failed the logon.
"The User Profile Service failed the logon.. User profile cannot be loaded."
Also, you may be trying to login using a Domain User account and each...
LATEST ARTICLES
Encrypt and Decrypt Email using Exchange Mail Flow Transport Rules with...
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
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
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
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
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
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
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
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
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
To format a phone number in Microsoft Access Visual Basic, you can use this code:
IIf(Len(!)=10,Format(!,"(@@@) @@@-@@@@"),Format(!,"@@@-@@@@"))