Get-VMHostProfileUserConfiguration

This cmdlet retrieves the user password configuration for the given host profile. The user password configuration encapsulates the hosts password policy type and password.

Syntax

-HostProfile  <VMHostProfile[]>
[-Server  <VIServer[]>]
[-UserName  <String[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
HostProfile
VMHostProfile[] named
  • pipeline
  • virtual machine host profile
    optional
    Server
    VIServer[] named
  • pipeline
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.
    optional
    UserName
    String[] named There can be multiple accounts within a host profile. This parameter filters the result for a particular account. If no value is passed to this parameter, configurations are returned for all accounts by default.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Host.Profile.VMHostProfileUserConfiguration[]

    Examples


    Example 1

    Get-VMHostProfileUserConfiguration -HostProfile "Host_Profile" -UserName "root"

    Retrieves the user password configuration for the username root within the HostProfile named Host_Profile

    Related Commands

    Feedback

    Was this page helpful?