Read content of compressed file (.zip file) using PowerShell [New Question]

A quick question, answered on Heelpbook, about “Read content of compressed file (.zip file) using PowerShell”, something that could be useful in some scenarios like testing or development to extract programmatically needed files from dev kits. Read More …

Copy file to remote servers (Powershell)

A common activity, on many IT environments, is to move/copy files from a system to another, usually in a scheduled mode. Let’s see how to do it with Powershell on Windows systems. Read More …

Clear Clipboard by using Command Prompt, Shortcut and Context Menu

On any computer system, in a layman language, when you copy or cut some content to paste somewhere, it is stored on RAM for a short period until you copy or cut another content. Now if we talk about clipboard, you will get some idea of what it is and how it works. In the following section we will see how this function works on a Windows platform and how to properly clearing it easily using multiple methods. Read More …

Nginx – Configuring Reverse Proxy

A reverse proxy is an in-the-middle proxy service which takes a client request, passes it on to one or more servers, and subsequently delivers the server’s response to the client: basically the communication will be only between the proxy and the client, there will be no direct traffic between these two endpoints. Read More …

Office 365 – Export mailboxes to PST using eDiscovery (Exchange Online)

Read More …