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

Netscaler Vulnerability CVE-2019-19781

Products NetScaler, Netscaler Gateway, Citrix ADC, Citrix Gateway, Citrix SD-Wan WANOP Description A vulnerability has been identified in Citrix Application Delivery Controller (ADC) formerly known as NetScaler ADC and Citrix Gateway formerly known as NetScaler Gateway that, if exploited, could allow an unauthenticated attacker to perform arbitrary code execution. The scope of this vulnerability includes […]

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

Citrix Powershell Potpourri

Purpose: The purpose of this article is to display a set of commonly used Citrix Powershell Scripts To load all Citrix Snapins Get-Command -PSSnapin Citrix* or asnp citrix* To get Citrix Director versions Get-BrokerController To get DB location Get-LogDatastore To get Monitor DB location Get-MonitorDatastore To get Broker DB location Get-BrokerDbconnection To Get Broker DB […]

Read More