< Back
Set-VMHostStorage
Post
NAME Set-VMHostStorage
SYNOPSIS
This cmdlet configures a host storage.
SYNTAX
Set-VMHostStorage -SoftwareIScsiEnabled <Boolean> -VMHostStorage <VMHostStorageInfo[]> [-Confirm] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
This cmdlet configures a host storage. The cmdlet enables or disables the software iSCSI support for the specified
VMHostStorage objects.
PARAMETERS
-SoftwareIScsiEnabled <Boolean>
Indicates that on this storage, software iSCSI is enabled.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-VMHostStorage <VMHostStorageInfo[]>
Specifies the host storage you want to configure.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
If 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.
Required? false
Position? named
Default value $true
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Indicates that the cmdlet is run only to display the changes that would be made and actually no objects are
modified.
Required? false
Position? named
Default value False
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
OUTPUTS
Zero or more modified VMHostStorageInfo objects
NOTES
-------------------------- Example 1 --------------------------
Get-VMHostStorage 10.23.112.234 | Set-VMHostStorage -SoftwareIScsiEnabled $true
Enables the iSCSI on the specified storage.
RELATED LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... orage.html
Get-VMHostStorage
SYNOPSIS
This cmdlet configures a host storage.
SYNTAX
Set-VMHostStorage -SoftwareIScsiEnabled <Boolean> -VMHostStorage <VMHostStorageInfo[]> [-Confirm] [-WhatIf]
[<CommonParameters>]
DESCRIPTION
This cmdlet configures a host storage. The cmdlet enables or disables the software iSCSI support for the specified
VMHostStorage objects.
PARAMETERS
-SoftwareIScsiEnabled <Boolean>
Indicates that on this storage, software iSCSI is enabled.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-VMHostStorage <VMHostStorageInfo[]>
Specifies the host storage you want to configure.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
If 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.
Required? false
Position? named
Default value $true
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Indicates that the cmdlet is run only to display the changes that would be made and actually no objects are
modified.
Required? false
Position? named
Default value False
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
OUTPUTS
Zero or more modified VMHostStorageInfo objects
NOTES
-------------------------- Example 1 --------------------------
Get-VMHostStorage 10.23.112.234 | Set-VMHostStorage -SoftwareIScsiEnabled $true
Enables the iSCSI on the specified storage.
RELATED LINKS
Online Version: https://code.vmware.com/doc/preview?id= ... orage.html
Get-VMHostStorage