< Back

Unpublish-SVTdatastore

Tue Jan 14, 2020 2:19 am

NAME Unpublish-SVTdatastore



SYNOPSIS

Removes a share from a HPE SimpliVity datastore for a compute node (a standard ESXi host)





SYNTAX

Unpublish-SVTdatastore [-DatastoreName] <String> [-ComputeNodeName] <String> [<CommonParameters>]





DESCRIPTION

Removes a share from a HPE SimpliVity datastore for a specified compute node





PARAMETERS

-DatastoreName <String>

The datastore to remove a share from



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ComputeNodeName <String>

The compute node that will no longer have access



Required? true

Position? 2

Default value

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

System.String





OUTPUTS

HPE.SimpliVity.Task





NOTES





This command currently works in VMware environments only. Compute nodes are not supported with Hyper-V



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Unpublish-SVTdatastore -DatastoreName DS01 -ComputeNodeName ESXi01



The specified compute node will no longer have access to the datastore











RELATED LINKS