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

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

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

Post #421

Stuff to copy How to connect to Azure from Powershell Open Windows Power Shell <pre>Set-ExecutionPolicy RemoteSigned   <pre>$UserCredential = Get-Credential</pre> More stuff to copy

Read More

Adobe Temp Files

Acrobat/Reader: Z@xxx.tmp files left behind in Temp folder after printing Issue If you are printing files with Adobe Reader/Acrobat you may notice that some tmp files are created in your Windows Temp folder: C:\Documents and Settings\<user>\Local Settings\Temp with file names similar to: Z@R3A.tmp Z@R3C.tmp Z@R3E.tmp Z@R38.tmp Z@R3B.tmp Only some of these tmp files get cleaned […]

Read More