< Back

Get-HyperVLogs

Tue Jan 14, 2020 3:18 am

NAME Get-HyperVLogs



SYNOPSIS

Gets logs for HyperV in a menu-based console.





SYNTAX

Get-HyperVLogs [-Title <String>] [[-ComputerName] <String>] [<CommonParameters>]





DESCRIPTION

Allows you to pick from any of the 11 Hyper-V logs within Event Viewer to see all logs within the category.





PARAMETERS

-Title <String>



Required? false

Position? named

Default value Hyper-V Log Menu

Accept pipeline input? false

Accept wildcard characters? false



-ComputerName <String>



Required? false

Position? 1

Default value (Read-Host 'Please enter a hostname')

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

No inputs.





OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



C:\\PS>Get-HyperVLogs















RELATED LINKS