Set-SdVsphereSetting
Contributors
Suggest changes
Sets your vSphere user credentials, if vSphere is enabled.
Syntax
Set-SdVsphereSetting [-VsphereOrEsxHost] <String> [-Credential] <PSCredential> [-Session] <String> [-Host] <String>
Detailed Description
Sets your vSphere user credentials, if vSphere is enabled.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
VsphereOrEsxHost |
Specifies your vSphere or ESX host, on which you want to set your vSphere credentials. |
true |
true (ByValue, ByPropertyName) |
|
Credential |
Specifies the user name and password you want to use to access vSphere. |
true |
true (ByPropertyName) |
|
Session |
false |
true (ByPropertyName) |
||
Host |
Specifies the name or IP address of the host on which you execute the operation. The default is your local machine. |
false |
true (ByPropertyName) |