MOST POPULAR
Converging apps – Facebook planning integration of messaging for WhatsApp, Instagram...
The NYT first broke the story about how Facebook plans to tie messaging ecosystems of its three services together in a move the company...
Make the Yellow and Blue shield go away from your Win...
Hack your shortcuts to get rid of the Yellow and Blue shield icon on your desktop shortcuts.
What is it?
This is a hack for Windows...
Old logon script won’t stop loading
If you don't know all the right places to look for the logon and logoff scripts when updating them then you will no doubt...
LATEST ARTICLES
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...
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....
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...
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...
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...
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...
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...
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...
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...
To format a phone number in Microsoft Access Visual Basic, you can use this code:
IIf(Len(!)=10,Format(!,"(@@@) @@@-@@@@"),Format(!,"@@@-@@@@"))