Posted On March 31, 2019

Quick 1-liner Exchange Backup & Recovery

kimconnect 0 comments
blog.KimConnect.com >> Codes , Windows >> Quick 1-liner Exchange Backup & Recovery

eseutil {IP} {path}

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Sorting an Array of Strings as Numbers

This is a useful function to sort a list of computer names. The built-in sorting…

PowerShell: Replicate All Domain Controllers Immediately

<#Author: KimConnect.comVersion: 0.1Purpose:- After a change has been issued against a "logon server", that domain…

PowerShell: Windows Systems State Backup Daily

# Windows-Systems-State-Backup-V0.1.ps1## What this script does:# 1. Create a Windows Scheduled task on an Active…