Category: How To

How to download files from Windows Server Core

Purpose: The purpose of this article is to demonstrate how to download files using powershell on Windows Server Core 2019, Windows Server Core 2016, or Windows Server Core 2012 The Windows Server Core is a very lightweight OS build available for free in AWS using a Tier2 Micro.  The Windows Server Core OS has a […]

Read More

How to audit the windows Event Log for deleted files using event filter in xPath form

Purpose: The purpose of this article is to show how to audit the Event logs for File Delete operations. We will use XPath to filter for the Delete event inside the Event Data level of the XML detail. Solution: Step1: Enable file auditing from Group Policy Object.  We will refer to it as GPO from […]

Read More

Status Pages

Azure https://status.azure.com/en-us/status Office365 https://status.office365.com/ Mimecast https://status.mimecast.com/ AppRiver https://status.appriver.com/ https://downdetector.com/ Century Link https://www.centurylink.com/home/help/internet/internet-or-phone-not-working.html https://status.azure.com/en-us/status

Read More

Windows Powershell Potpourri

Purpose: The purpose of this article is to display a set of commonly used Windows Powershell Scripts To recursively remove a folder that may contain too many folders for Windows to handle remove-item -path “C:\Program Files\ScienceLogic” -recurse -verbose Get System Boot Time systeminfo | find /i “Boot Time” Get all files in a folder and […]

Read More