For testing purposes or as a simple stub at the service deployment stage, I regularly need to run a simple web server on Windows. To avoid a full-featured IIS installation, you can run a simple HTTP web server directly from your PowerShell console. You can run such a web server on any TCP port using the built-in System.Net.HttpListener .NET class.
In this article, we will show how to create a Wi-Fi access point (Software AP) on any computer or laptop running Linux and equipped with a wireless adapter. You can…
- PowerShellWindows 10Windows 11Windows Server 2012 R2Windows Server 2019
Updating PowerShell Version on Windows
April 12, 2023This article describes how to update Windows PowerShell to the latest version 5.1 and how to install (upgrade) PowerShell Core 7.3. There are currently two branches of PowerShell: The classic…
Branded computers/laptops that come with Windows pre-installed usually have a hidden hardware manufacturer OEM recovery partition. This partition usually contains a manufacturer’s Windows reference image, which can be used to…
There was a task to organize mailings in accordance with the list of user e-mails in an Excel spreadsheet. Each e-mail message should contain some data specific to each user…
- ExchangeMicrosoft 365PowerShell
Send from Alias (SMTP Proxy Address) in Exchange Online (Microsoft 365)
April 5, 2023An Exchange mailbox can be assigned a number of additional SMTP addresses, which are known as proxy addresses (aliases). These addresses allow the user to receive e-mails that are sent…
The main advantage of virtual machines is the flexibility to allocate additional resources to VMs when you need them. If you run out of free space on a virtual hard…
- ExchangeMicrosoft 365OutlookPowerShell
How to Use Plus Addressing in Microsoft 365 Exchange Online
November 7, 2023Plus addressing (sometimes called subaddressing) allows you to use unique dynamic SMTP e-mail addresses for your mailbox. It is typically used to protect against spam, track marketing companies, and categorize…
You can use the Import-CSV PowerShell cmdlet to read the contents of a CSV file. Once you load the contents of the CSV file, you get a PowerShell object in…
- ExchangeMicrosoft 365PowerShell
Save Sent Items in Shared Mailbox on Exchange (Microsoft 365)
April 3, 2023You can allow users to send e-mails on behalf of the shared mailbox in Exchange Server and Microsoft 365 (Exchange Online). However, such an e-mail, once it has been sent,…