Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Resize-IscsiVirtualDisk
- Module:
- IscsiTarget Module
Resizes an iSCSI virtual disk.
Syntax
Path (Default)
Resize-IscsiVirtualDisk
[-Path] <String>
[-SizeBytes] <UInt64>
[-PassThru]
[-ComputerName <String>]
[-Credential <PSCredential>]
[<CommonParameters>]
InputObject
Resize-IscsiVirtualDisk
[-SizeBytes] <UInt64>
-InputObject <IscsiVirtualDisk>
[-PassThru]
[-ComputerName <String>]
[-Credential <PSCredential>]
[<CommonParameters>]
Description
The Resize-IscsiVirtualDisk cmdlet resizes a virtual disk either by expanding or compacting an existing virtual disk. Virtual disks that use the VHDX format can remain online while the cmdlet resizes them. If the cmdlet resizes an online disk, when the virtual disk is mapped to an iSCSI Target, initiators can continue to access the virtual disk even while the cmdlet resizes it. However, an initiator will not automatically see the resized virtual disk. To get access to the capacity of the expanded virtual disk, the initiator must use the Resize-Partition cmdlet to modify the volume hosted on the virtual disk.
This cmdlet can compact a disk only when the logical unit number (LUN) on the initiator side created some partitions on the LUN, and the compacting process shrinks the unallocated part of the LUN.
Examples
Example 1: Resize a virtual disk
PS C:\> Resize-IscsiVirtualDisk -Path "E:\temp\test06.vhdx" -Size 20GB
This command resizes the virtual disk at the path E:\temp\test06.vhdx to 20GB.
Parameters
-ComputerName
Specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.
Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.
If you do not specify a value for this parameter, the cmdlet uses the local computer.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Credential
Specifies the credentials when connecting to a remote computer.
Parameter properties
| Type: | PSCredential |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-InputObject
Accepts an iSCSI Virtual Disk object from the input pipeline.
Parameter properties
| Type: | IscsiVirtualDisk |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-PassThru
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-Path
Specifies the path of the virtual hard disk (VHDX) file that is associated with the iSCSI virtual disk. Filter the iSCSI Virtual Disk object by using this parameter.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | DevicePath |
Parameter sets
-SizeBytes
Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.
If you do not specify a value for this parameter, the cmdlet uses the local computer.
Parameter properties
| Type: | UInt64 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | Size |
Parameter sets
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
Microsoft.Iscsi.Target.Commands.IscsiVirtualDisk
Outputs
Microsoft.Iscsi.Target.Commands.IscsiVirtualDisk
Related Links
Feedback
Was this page helpful?
