Flash Accel PowerShell cmdlets : Importing Flash Accel PowerShell cmdlets

Importing Flash Accel PowerShell cmdlets
Before you can run Flash Accel PowerShell cmdlets on a VM, you need to import them to the VM.
Before you begin 
The Flash Accel software package must be installed on the VM.
Steps 
1.
At a Windows command prompt, enter:
powershell
2.
Import-Module FA-PsCmdlets
3.
Get-Command -Module FA-PsCmdlets
The PowerShell cmdlets for Flash Accel are listed.
Example 1. Example: Importing cmdlets
C:\Users\Administrator> powershell
PS C:\Users\Administrator> Import-Module FA-PsCmdlets
PS C:\Users\Administrator> Get-Command -Module FA-PsCmdlets

CommandType Name
----------- ----
Cmdlet Clear-FAMetrics
Cmdlet Format-FACache
Cmdlet Get-FACache
Cmdlet Get-FADevice
Cmdlet Get-FAOptions
Cmdlet Reset-FADevice
Cmdlet Set-FACache
Cmdlet Set-FADevice
Cmdlet Set-FAOptions
Parent Topic: Flash Accel PowerShell cmdlets