PowerCLI Reference

Import-VMHostProfile

Synopsis

This cmdlet imports a host profile from a file. The file path must be accessible from the VMware PowerCLI client side.

Syntax

Import-VMHostProfile [-FilePath] <String> [-Name] <String> [[-ReferenceHost] <VMHost>] [-Description <String>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Invoke-VMHostProfile
Export-VMHostProfile
Get-VMHostProfile
New-VMHostProfile
Remove-VMHostProfile
Set-VMHostProfile
Test-VMHostProfileCompliance

Detailed Description

This cmdlet imports a host profile from a file. The file path must be accessible from the VMware PowerCLI client side.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
FilePathStringSpecifies the path to the file, from which you want to import a host profile.trueFalse
NameStringSpecifies a name of the imported host profile.trueFalse
ReferenceHostVMHostSpecifies a reference host for the imported host profile.falseTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
DescriptionStringSpecifies a description for the imported host profile.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseTrue (ByValue)
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

The imported VMHostProfile object

Notes

Examples

-------------------------- Example 1 --------------------------

Import-VMHostProfile -FilePath export.prf -Name Profile

Imports a virtual machine host profile from the export.prf file and names it Profile.


Copyright © VMware, Inc. All rights reserved.