Hello,
I am trying to use the New-DFSNFolder cmdlet as part of a script. When it runs the command though, I am getting the following:
New-DFSNFolder : A general error occurred that is not covered by a more specific error code.
At C:\AdminScripts\Accounts1.ps1:41 char:5
+ New-DFSNFolder -Path \\Domain.com\User\$($userinfo['samAccountName'])\Docum ....
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (MSFT_DfsNamespaceFolder:Root\Microsoft\...Namespacef
older) [New-DfsnFolder], CimException
+ FullyQualifiedErrorID : MI RESULT 1722,New-DfsnFolder
Unfortunately I am not sure where to go, there is a Root folder Users, and the TargetPath that I am using has a drive location, though all the target paths for each new dfs folder that is being created are on separate drives. Any clues?
Michael R. Mastro II