Ever encounter a scenario with a Windows VM requiring a disk extension over 2 TB, only to discover it cannot be performed? Don't fret as this is by design; You cannot increase MBR partition style volumes larger than 2 TB. Unfortunately we do not have the choice of converting an MBR partition style volume to … Continue reading How to increase MBR volume more than 2 TB
SysOps
FSRM Quota Reporting Incorrectly
FSRM can glitch out and report incorrect quota values for directories. In this scenario, we can use the DIRQUOTA command via elevated CMD prompt to resolve. dirquota quota scan /path:<Path> [/remote:<ComputerName>] REF: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc742101(v=ws.11)