View explicit Powerstore NAS system with Name isilon.demo.local:
Get-PPDMAssetSource -Type POWERSCALEMANAGEMENTSERVER -filter 'name eq "isilon.demo.local"'
View all NAS Assets
Get-PPDMassets -type NAS_SHARE | ft name, id, status, protectionStatus
The Provies are managed via the embedded Protection Engine, the VPE First, we get the VPE with its ID:
$VPE=Get-PPDMprotection_engines
$VPE
Next, we get the NAS Protection Engine Proxies with:
$Proxies=Get-PPDMprotectionEngineProxies -VPE $VPE.id -ProtectionTypes NAS
View the Status of the Proxies(s)
$Proxies.Status
View the Configuration of the Proxies(s)
$Proxies.Config
<<Module 9 Lesson 1 This Concludes Module 10 Lesson 1 Module 10 Lesson 1 >>