How do you find these X largest files? With PowerShell Use a PowerShell script to find the 32 or 9 largest files and determine how many gigabytes they add up to. I am actually going to present you with three PowerShell scripts. Each is useful on its own; however, number 3 is the most useful. […]
Windows saves information related to system restore inside that place and it is used when you actually perform a restoration. But when struggling for more disk space, I am sure you wouldn’t mind doing a trade off between what portion of your disk you want to give away for that purpose and what portion you […]
1. The problematic replicated folder is “waiting for initial replication”, this could be due to the not setting the primary member. Please run the following command to find if you have any primary server already for that RG name (IsPrimary=Yes) Dfsradmin Membership List /RGname:<replication group name> /attr:MemName,RFName,IsPrimary If the result shows the value for IsPramary […]
Open a range of ports on Windows Firewall Needed to open a big range of ports on Windows Firewall on one of my web boxes. Via the GUI you can only do one port at a time. But run this at the command prompt to add a range: FOR /L %I IN (3001,1,4001) DO netsh […]
In Microsoft Outlook you can easily export some types of information to a file. However, there is no option to export your profile e.g. when you want to have the same settings on another computer and you do not want to manually put all of them together with the account details again. In order to […]
STOP: c000021a {Fatal Systemn Error} The initial session process or system process terminated unexpectedly with a status of 0x00000000 (0xc0000428 0x001006b8). The system has been shut down My computer recently blue-screened and rebooted, but is not presenting me with the ‘0xc0000428 Windows cannot verify the digital signature for this file’ boot error. Solutions: Start the computer […]