Uncategorized

Latest insights

Explore the most recent posts tagged with this topic.

Uncategorized

Repair unbootable Windows Server

Steps to take to repair a Windows Server that will not boot.  The first step of course is to boot from the

Uncategorized

Asymmetric Cryptography Webinar

Join us Friday, March 25th from 2:00-3:00PM EDT for a presentation about asymmetric cryptography. This presentation is intended for people

Uncategorized

Enable LLDP on Windows Server

Install-WindowsFeature RSAT-DataCenterBridging-LLDP-Tools Get-NetAdapter | Where-Object { $_.Name -like "*Ethernet*" -and $_.Status -eq 'Up' } | ForEach { Enable-NetLldpAgent -NetAdapterName $_.Name -Verbose }

Uncategorized

Fortigate - DoS policy on WAN blocking VPN traffic

Applying a DoS policy on a WAN interface is a good practice that will help prevent flooding or abusive behavior from the

Uncategorized

Remove Pending patches in bulk - Windows Server

The following post was submitted by Jon Worley in response to a server stuck in a boot loop due to pending updates

Uncategorized

Outlook clients not authenticating, but OWA and ActiveSync work fine

We had an issue where a clients' Outlook connectivity stopped working and they were continuously prompted for credentials.  Mysteriously OWA and

Uncategorized

Exchange Transport rule based on a group recipient

Regarding IT Projects for Exchange Server, a transport rule can apply actions to messages based on the recipient address.  If you however