0

QuickTip – Capture Network Without Installing Wireshark

Converted ETL To Wireshark

Wireshark is the industry tool for packet inspection, but you don’t always want, or are able, to install this onto production systems without a change request.  Whether you’re troubleshooting or investigating an issues, there are alternative ways to capture meaningful network traffic without installing Wireshark.  Ultimately we want to produce PCAPs easily without having to mess with switchport mi… Read the rest “QuickTip – Capture Network Without Installing Wireshark”

0

Save The Date 14th October 2025

Exchange Server 2019 End of Support Dates

The 14th of October 2025 marks another pivotal moment in Microsoft’s product lifecycle, as a large spectrum of very popular and widely deployed software reaches end-of-support. This includes Windows 10 and Windows 11 22H2.  On the productivity front, the extended support for Office 2016 and 2019, along with Visio 2016/2019, Project 2016/2019, and server-side tools like Exchange Server 2016/2019, S… Read the rest “Save The Date 14th October 2025”

1

Using PowerCfg To Set Server Power Plan From Command Line

Set Power Plan Via Command Line

Being able to automate and set Power Plan options via the command is useful for both automation and tasks on Server Core.  We can use powercfg.exe to control power plans - also called power schemes - to use the available sleep states, to control the power states of individual devices, and to analyze the system for common energy-efficiency and battery-life problems.

Below are multiple examples of the … Read the rest “Using PowerCfg To Set Server Power Plan From Command Line”

0

Stale DNS Server Blocking Captive Portal Or Simply Inaccessible

Stale DNS Server Entries Causing Issues On Windows 10 and 11

It’s always DNS.  That’s the typical mantra when troubleshooting AD issues.

But what about a fully updated Windows 10/11 machine totally ignoring the DNS server it was told to use via DHCP?  Yes, that unfortunately was a recent problem.  On the machine it appeared to have the public Google DNS server (8.8.8.8) stuck.  Regardless of what network the machine connected to, it ignored the DNS server as… Read the rest “Stale DNS Server Blocking Captive Portal Or Simply Inaccessible”

0

HealthChecker Script & Schannel TLS Registry Issues

Health Checker Issue With TLS Registry Keys

Unfortunately issues can arise when third-party tools are used to modify TLS settings on a Windows Server. While these utilities are often intended to simplify the process of hardening or tuning protocols, they can introduce serious side effects.  Especially in environments running applications like Exchange Server, IIS or other components that depend on schannel. Misapplied registry changes, unsu… Read the rest “HealthChecker Script & Schannel TLS Registry Issues”

0

Windows 10 FlushDNS

One issue when cutting over services or performing datacentre disaster recovery operations consists of three little letters - DNS.

DNS records have a time to live (TTL) and depending on the zone file configuration, it could be several hours or even measured in days.  So if a record was changed, this means that in normal run state clients would continue to connect to the old IP rather than the new I… Read the rest “Windows 10 FlushDNS”

0

QuickTip–Delay Functionality In Windows Snipping Tool

In current versions of Windows the venerable snipping tool (snippingtool.exe) has been updated with improved functionality.

Windows 7 Snipping Tool

This is the Snipping Tool from a Windows 7 lab machine:

Windows 7 Snipping Tool

Clicking on Options we see:

Windows 7 Snipping Tool Options

 

Windows 10 Snipping Tool

The below were taken from my Windows 10 build 1803 machine. Note that there are now additional buttons present.

Specifically the Mode and Delay b… Read the rest “QuickTip–Delay Functionality In Windows Snipping Tool”

7

Easy Way To Retrieve Certificate Thumbprint Using PowerShell

Since many certificate operations involve knowing the certificate’s thumbprint, it is always useful to to have an easy way to get this information.  In some of the online documentation it mentions you can copy the thumbprint out of the Certificate MMC snap-in and then manually delete the spaces between the data.  No thanks.

However, if you *really* want to do that, or a quick and easy way to launch… Read the rest “Easy Way To Retrieve Certificate Thumbprint Using PowerShell”

1

Quick Tip–How To Easily Open Additional Instance or Elevate Applications

This tip is for all the folks out there who want a quick and easy way to open an additional instance of an application which they are running or to elevate an application.

The below tips were captured from a Windows 10 build 1709 machine.

The below should work for most applications – if you find one that does not, please leave a comment.

 

Additional Instance

In this example we have a cmd prompt o… Read the rest “Quick Tip–How To Easily Open Additional Instance or Elevate Applications”

0

Quick Tip Windows 10 – Unable To Stop Device Notification

This is one of those little things that make life much, much easier.  Imagine the scenario; you go to eject a USB disk drive or USB flash and Windows tells you that it is still in use.  How to track down which application is using the drive?

Eject, Eject, Eject

In the below example, the USB flash drive E: will be ejected.  Or at least, we will try...

Eject, Eject, Eject !

Alas, no!  There is a problem ejecting the USB mas… Read the rest “Quick Tip Windows 10 – Unable To Stop Device Notification”