Hi,
I don't have snapcenter in my environment. But, "SnapCenter Plug-In for Microsoft Window" includes 'snapdrive' module for powershell.
Have a look at this link, it covers lot of powershell commands for snapdrive , storage & cloning:
https://library.netapp.com/ecm/ecm_download_file/ECMLP2840881
On either the SnapCenter Server or the application host where a SnapCenter plug-in is installed, open a PowerShell session window and verify that the proper modules are loaded by using the get-module cmdlet.
If you execute the cmdlet on the SnapCenter Server, only the SnapCenter module is displayed. The cmdlets that have "Sd" in the suffix are the cmdlets that reside in the SnapDrive module, are available only on the application host.
Example
PS C:\> get-module -listavailable snap* | import-module
Few PS Examples:
Add-SdLunMap
Add-SdIgroupInitiator
Add-SdPortSetPort
Connect-SdStorage
Connect-SdIscsiTarget
Delete-SdLUns
Disconnect-SdStorage
Dismount-SdClone
Dismount-SdSnapshot
Thanks!