Interval: 6 HoursSend Fail After Success Table to check: computersField to Check: LastContactCheck Condition: GreaterThanResult: DATE_ADD(NOW(), INTERVAL -6 MONTH)Identity Field: computers.nameAdditional Condition: computers.computerid in(select computerid from computerconfig […]
Category: Research
Research Undertaken
HOW TO MAKE MY.GOV MORE SECURE
DISABLE USERNAME SIGN IN WITH EMAIL or PHONE NUMBER Account Settings > Sign in Settings > Username DISABLE email as a username option, and DISABLE phone number […]
Proactive Remediation VPN Settings Powershell
Azure VPN Intune Template
Certify the Web \ Lets Encrypt
For Webservers with Multiple Sites make sure you enable the below
How to Use Azure Monitor to alert for when an Azure VM has been left on for X Days
Create a new Resource group and then new Log Analytics Workspace Export the Admin Diagnostics of the Resource group the server sits in to the Log Analytics […]
Network DNS not working due to InterfaceMetric on Ethernet smaller then VPN
Proactive Remmeidation
How to setup Existing Server Machine in AVD Azure Virtual Desktop
Install-WindowsFeature -IncludeManagementTools -Name RDS-RD-Server Download and Install https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv and apply Reg KeyDownload and Install https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrxrH Setup RDS Licensing $obj = gwmi -namespace “Root/CIMV2/TerminalServices” Win32_TerminalServiceSetting$obj.ChangeMode(4)$obj.SetSpecifiedLicenseServerList(“SDG1.x.local”)$obj.GetSpecifiedLicenseServerList()