A RAM disk is a virtual disk created in a free area of the memory (RAM) that it sees by the OS as a separate physical disk. Due to the…
PowerShell
- PowerShellWindows 10Windows Server 2016
Disks and Partitions Management with Windows PowerShell
June 7, 2023In this article we’ll look on the disk, partition and volume management from PowerShell console. You can perform from PowerShell all the operations of managing local disks and partitions, that…
- PowerShellWindows 10Windows Server 2016
How to Show a Pop-Up or Balloon Tip Notification from PowerShell?
May 10, 2023Although PowerShell is a console language, sometimes it is necessary to notify a user from a PS script about a particular event or prompt them to do something. For example,…
In the Exchange Server 2010 SP1 (and newer), special PowerShell cmdlets appeared: New-MailboxImportRequest and New-MailboxExportRequest, that allow you to import or export the contents of the Exchange mailbox from / to…
- PowerShellWindows 10Windows Server 2012 R2Windows Server 2016
Assign Multiple IP Addresses (Aliases) to a Single NIC
August 3, 2020In some cases an administrator needs to configure multiple IP addresses one a single network interface (NIC) in Windows. An example of such situations can be the need to run…
When the system warns you that free space on your local drive is running out, the first thing that the administrator does is trying to find all large files that…
- PowerShellWindows 10Windows Server 2012 R2Windows Server 2016
Managing Printers and Drivers with PowerShell in Windows 10 / Server 2016
February 20, 2023In the previous article, we looked at the old-school VBS scripts that can be used to manage printers and print operations in all Windows versions, starting from Windows XP. Today…
- PowerShellWindows 10Windows Server 2012 R2
Copying Large Files over an Unreliable Network Using BITS and PowerShell
January 28, 2021As a rule, in local and global networks, files are transferred between devices using SMB, FTP or HTTP protocols. The problem of all these protocols is some troubles with resuming…
Let’s look at how to create a simple administrator notification system when someone adds a new user to the important Active Directory security group. For example you want to track…
- PowerShellWindows 10Windows Server 2019
How to Get My Public IP Address with PowerShell
October 24, 2023You can use a simple PowerShell command to find out the current public IP address that your Windows computer uses to access the Internet. There are a large number of…