I have been using this plugin to https://wordpress.org/plugins/pastacode/ highlight some of my programming. I write a bit in Powershell however this is not a supported markup. This is […]
Category: Random
Random Posts
Vmware Purple Screen due to Vmware 6.7 and Intel Network drivers
Exception error highlighted in red:2020-04-17T00:15:01.297Z cpu3:6375497)@BlueScreen: #PF Exception 14 in world 6375497:vmnic0-0-tx IP 0x41800f027133 addr 0x2 Just prior to crash:2020-04-17T00:14:37.248Z cpu8:2097623)igbn: igbn_CheckTxHang:1699: vmnic0: false hang detected on TX […]
Leogoo P1 Pro (MediaTek MT6737) EDL – Reboot Loop
I tried flashing my phone and on reboot it go stuck in a reboot loop with the belowOrange State Your device has been unlocked and can’t be trusted. […]
How to install and setup LAPS ( Local Administrator Password Solution ) Agent GPO
For Servers 2019 and Windows 10 Use the Inbuilt Functionality https://lazyadmin.nl/it/windows-laps/ Download Click here to Download the software Install Install 32bit or 64bit depending on server , […]
Calendar “could not be updated”
Check the user is connecting to Exchange via MAPI , I had a few setups where users were set to Active Sync insteadIn this case, the solution […]
Outlook 365 (2016) Trusted Platform Module error code 80090016
Recently a user had their Motherboard swapped out on their laptop. 2 Days Later they could not sign into Outlook.The error was TPMThis is due to the […]
Antimalware Service Executable ( Windows Defender ) – Disable Process\Service
” Antimalware Service Executable ” was using 250MB ran and 20% CPU even though we had deployed the Reg Key to disable realtime scanning e.g. below Looks like […]
Cannot DCPromo a server – “The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
Active Directory Domain Services could not transfer the remaining data in directory partition DC=DomainDnsZones,DC=[domain],DC=local toActive Directory Domain Controller \\red.[domain].local.“The directory service is missing mandatory configuration information, and […]
Slow Vocus Link ( 100mb and 30mb Upload )
Recently a newly installed Vocus link was running 100mb Down but only 30mb up , multiple back an forths with support showed the link back to vocus […]
How to limit Bandwidth for replacement of Azure Site Recovery with Server 2012 R2 Core
$mon = [System.DayOfWeek]::Monday$tues = [System.DayOfWeek]::Tuesday$wed = [System.DayOfWeek]::Wednesday$thur = [System.DayOfWeek]::Thursday$fri = [System.DayOfWeek]::Fridaycd “C:\Program Files\Microsoft Azure Recovery Services Agent\bin\Modules\MSOnlineBackup”Import-Module .\MSOnlineBackup.psd1#This limits to 10mb during work and 30mb during Non […]