Hi Brian,
The following way you can import the modules,
PS C:\Documents and Settings\Administrator> Get-Item 'C:\Program Files\NetApp\WFA\PoSH\Modules\*' | Import-Module
Here the "*" makes importing the other two WFA modules along with DataONTAP..!
The same thing can be added to your $PROFILE file..!
PS C:\Documents and Settings\Administrator\Desktop> Get-Module
ModuleType Name ExportedCommands
---------- ---- ----------------
Manifest DataONTAP {Invoke-NaSnapmirrorThrottle, Resume-Nc...
Binary WFA {Copy-NaVM, Get-NaCredentials, Set-WfaC...
Script WFAWrapper {Set-WfaAcl, New-WfaZapiServer, Connect...
Warm Regards
Sivaprasad K