How to Create and Use a RAM Drive on Windows
A RAM disk is a virtual drive created in a free area of RAM that the OS sees as a normal local hard drive. The advantage of RAM Drive is…
A RAM disk is a virtual drive created in a free area of RAM that the OS sees as a normal local hard drive. The advantage of RAM Drive is…
In this article, we’ll look at the disk, partition, and volume management from the PowerShell console. You can perform from PowerShell all the operations of managing local disks and partitions,…
You can use PowerShell to show pop-up or toast messages to notify Windows users about important events. To get information from the user or confirm an action, you can use…
In the Exchange Server 2010 SP1 (and newer), special PowerShell cmdlets appeared: New-MailboxImportRequest and New-MailboxExportRequest, which allow you to import or export the contents of the Exchange mailbox from/to PST…
Windows allows to assign multiple IP addresses (aliases) to a single physical network adapter. This can be useful when you want to run multiple websites with unique IP addresses on…
In this step-by-step guide, we’ll look at how to install and configure an FTP server for easy file transfer on Windows Server. The built-in FTP server is available in all…
To find large files on a computer, you can use Windows File Explorer, one of the third-party tools (such as WinDirStat or TreeSize), or your favorite file manager. In some…
With PowerShell, you can automate common printer and printer driver management tasks in Windows. This guide explains how to create, delete, or share a printer from the PowerShell console; set…
If you need to download (transfer) a large file to a remote computer without overloading the network channel, we recommend using the BITS protocol. BITS (Background Intelligent Transfer service) is…
Access-based Enumeration (ABE) is a shared folder option in Windows that allows to hide files and folders that users don’t have permission to access. ABE is used to hide the…