{"_id":"avaya-wfo-15_2-updatesummary","startUrl":["https://support.avaya.com/downloads/download-details.action?contentId=C20185311649472350_9&productId=P0588&releaseId=15.2.x"],"selectors":[{"id":"summary","type":"SelectorElement","parentSelectors":["_root"],"selector":"[data-trunc='300'] p","multiple":true,"delay":0},{"id":"summarytext","type":"SelectorText","parentSelectors":["summary"],"selector":"_parent_","multiple":false,"regex":"","delay":0}]}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set timerwait=3 | |
set "VMwareToolboxCmd=C:\Program Files\VMware\VMware Tools\VMwareToolboxCmd.exe" | |
echo VMwareToolboxCmd Stat output - Mark 2020 & echo. | |
REM References: https://www.vmware.com/pdf/vmware-tools-cli.pdf | |
echo Running on %COMPUTERNAME% @ %DATE% %TIME% & echo. & echo. | |
echo memres - If you see 0 MB, then your Memory isn't reserved. | |
echo Display memory reservation information, in megabytes. |
Solution Architect Associate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: ----------------------------------------------------------------------------- | |
:: Name: MyBatchScriptBoilerplate.cmd | |
:: Purpose: A template for future bash scripts | |
:: Author: mark@XXXX | |
:: Revision: March 2013 - initial version | |
:: April 2013 - added support for FooBar v2 switches | |
:: ----------------------------------------------------------------------------- | |
@ECHO OFF | |
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION | |
SET me=%~n0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.NOTES | |
=========================================================================== | |
Author: Mark | |
Created on: 2020-04-28 | |
Organization: XXXXXX | |
Filename: MyPowershellBoilerplate.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
My powershell boilerplate |
Pattern Name: acr.log*
Parser Type: Pattern Parser
Arguments: %d{yyyy-MM-dd %H:mm:ss,fff} [%S{Thread}] %-5p %c - %m%n
Pattern Name: localhost_access_log.*.txt
Parser Type: Pattern Parser
Arguments: %s{Source_IP} - - [%d{dd/MMM/yyyy:%H:mm:ss zzzz}] "%S{Request}" %m%n