>NULL

All that IT stuff you normally forget as you go along and spend ages trying to remember...

Monday, 23 December 2024

Set an RDS Session Host to stop new connections until a reboot

›
Forgetting to put an RDS session host back in the pool can cause overloading of the remaining hosts. Using the following admin cmd commands ...
Thursday, 14 November 2024

Windows 10 context menus by default in Windows 11

›
Get rid of the terrible context menu in Windows 11's Explorer. Run the following in CMD running in admin mode then launch Explorer and r...
Monday, 28 October 2024

Expand VHDX without Hyper-V

›
Look up the VHDX filename including the path. In admin cmd diskpart select vdisk file="E:\EXAMPLE.vhdx" expand vdisk maximum=40000...
Tuesday, 10 September 2024

SQL Script to display sizes of all MS SQL databases in both MB and GB.

›
 SELECT d.NAME     ,ROUND(SUM(CAST(mf.size AS bigint)) * 8 / 1024, 0) Size_MBs     ,(SUM(CAST(mf.size AS bigint)) * 8 / 1024) / 1024 AS Size...
Monday, 5 August 2024

Upgrading a HP ProBook 450 G6 from 768p to 1080p

›
The LCD panel used in the ProBook 450 G6 has a 30pin connector which is very common in HP laptops, after suffering the 768p screen and findi...
Thursday, 30 May 2024

Use Excel to split a column of text

›
Say you have a list of names and need to copy out the first name, last name and also combine them as a username for example first.last. Copy...
Wednesday, 24 April 2024

Adding SQLSERVERAGENT permission on certificate private keys

›
The format to use is  NT Service\SQLSERVERAGENT Set the Location to the local machine rather than the domain.
Monday, 22 April 2024

Scheduled Wake on LAN (WoL) via crontab on Mango router

›
I wanted my pc to boot up each workday at 08:50, so decided to use my Mango router as it's already on the network and runs OpenWRT. Inst...
Thursday, 21 March 2024

Cannot resize Azure VM due to Accelerated Networking being enabled

›
 You decide to drop the size of a D series Azure VM to B series and are told it's incompatible with Accelerated Networking, perhaps you ...
Wednesday, 20 March 2024

Outlook Room Finder does not load data/work

›
The error message: We can't open the Room Finder right now. Please try again later. For Room Finder to load data in Outlook 'Edge We...
Friday, 24 November 2023

Get a list of user SIDs in CMD

›
 There are plenty of complex queries for this task but the simplest way to get a user's SID is just to list them all.  wmic useraccount ...
Tuesday, 21 November 2023

Start menu stops working in Windows Server 2019 & 2022

›
 You find that the Start button does nothing when left-clicked, you still get the Win+X menu when right-clicking. This article has a great w...
‹
›
Home
View web version
Powered by Blogger.