An account will enable you to access:
Don't have an account?
Microsoft Virtualization Discussions
What is(are) the powershell equivalent(s) to using "cifs create -vserver acmeinc -cifs-server ACMEINC ..."?
From your blog the answer appears to be:
Add-NcCifsServer -VserverContext $svmName `-Domain $domainName -AdminCredential (Get-Credential)
... I didn't think of it as "Adding" a CIFS server but there you go.