PowerShell Logo Small

Get-UalHyperV



This is the built-in help made by Microsoft for the command 'Get-UalHyperV', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets UAL information about virtual machines.

SYNTAX


Get-UalHyperV [-AsJob] [-ChassisSerialNumber <String[]>] [-CimSession <CimSession[]>] [-FirstSeen <DateTime[]>] [-LastSeen <DateTime[]>] [-ProductName <String[]>] [-RoleGuid
<String[]>] [-RoleName <String[]>] [-ThrottleLimit <Int32>] [-UUID <String[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-UalHyperV cmdlet gets User Access Logging (UAL) information about virtual machines hosted on Microsoft® Hyper-V® Server 2012. Use the CimSession parameter to run the
cmdlet on a remote server. Use this cmdlet only for servers that host virtual machines. UAL polls Hyper-V Server 2012 for data every 24 hours.


This cmdlet gets the virtual machine Universally Unique Identifier (UUID) for virtual machines hosted on a server, the name of the server product, and chassis serial number
of the host server. This cmdlet also gets the creation time for a virtual machine and the most recent time the virtual machine ran on the Hyper-V Server 2012 server.


For more information about UAL, see the User Access Logging Overview topic in the TechNet library at http://technet.microsoft.com/library/hh849634.aspx.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287594
Get-UalOverview
Get-UalServerDevice
Get-UalServerUser
Get-UalDns
Get-Ual

REMARKS

<

Examples


Example 1: Get information about virtual machines

PS C:\>Get-UalHyperV



This command gets UAL virtual machine records for the current server.