Code Integrity determined that \Device\HarddiskVolume3\Windows\LTSvc\LTSVC.exe is trying to load In_Memory_PE_File which failed the dynamic code trust verification with error code of 0xC0E90002. Beginning with Windows 10, version […]
What Units are AggregatedDiskDataRead and AggregatedDiskDataWritten
‘ProgrammaticUnits’ : ‘bytes * 10^6’ //String byte * (10^6) = 1 megabyte
HSTS Enable
Server 1709 And above : https://learn.microsoft.com/en-us/iis/configuration/system.applicationhost/sites/site/hsts Below : Enter the following values in the Add Custom HTTP Response Headers dialog box:<Name: Strict-Transport-Security Value: max-age=31536000 Close the IIS Manager after […]
Cookies Missing Attributes
The HTTPOnly attribute makes cookies inaccessible to JavaScript. Additionally, the Secure attributeensures that the cookie may only be transmitted over HTTPS. Cookies used by the application didnot […]
IP in Azure AD now incorrectly registered to Tashkent, Toshkent City, UZ
“It’s a known issue that Microsoft relies on a Geolocation API that sometimes incorrectly maps IPs and locations, we’ll report this to related team to correct this. Per […]
Defender for Identity
Needs E5 License
How to force Microsoft Office to Update via Intune \ Powershell
cd “C:\Program Files\Common Files\Microsoft Shared\ClickToRun”.\OfficeC2RClient.exe /update user
Windows Malicious Software Removal not Updating Labtech \ Connectwise
Labtech uses categories to approve updates. Default Categories are Critical Updates, Definition Updates and Security Updates Windows Malicious Software Removal falls under the category “Update Rollups” hence […]
How to find version’s of Office installed via BatchPatch\CMD and Powershell
32bit cmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “(Get-ItemProperty -Path ‘HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration’ -ErrorAction SilentlyContinue -WarningAction SilentlyContinue) | Select-Object -ExpandProperty VersionToReport” 64bit cmd.exe /c echo . | […]
Azure 2fa\MFA Enrollment Guide
Download the “Microsoft Authenticator” app ( Icon Below ) from the Iphone Appstore or Google Playstore ( Android ) On your computer open a web browser in […]