Difference between revisions of "Script Extracts and Examples (PowerCLI)"

Jump to navigation Jump to search
→‎ESX Log Tail: Fixed typo
(→‎Script Extracts: Added "ESX Log Tail")
(→‎ESX Log Tail: Fixed typo)
Line 533: Line 533:


=== ESX Log Tail ===
=== ESX Log Tail ===
Pointless for ESX (you can just use tail from the Service Console on the [ESX#Useful_paths_.2F_logfiles|appropriate log]), but a godsend it you're using ESXi (and have got used to tailing ESX logs).
Pointless for ESX (you can just use tail from the Service Console on the [[ESX#Useful_paths_.2F_logfiles|appropriate log]]), but a godsend it you're using ESXi (and have got used to tailing ESX logs).
<source lang="powershell">
<source lang="powershell">
$PollInterval = 1000    # msec (default - can be overrided by user)
$PollInterval = 1000    # msec (default - can be overrided by user)

Navigation menu