New-DfsReplicatedFolder Failing over remote powershell

Hello All,

Im trying to run this command via remote powershell. When I run it locally it works fine but over a remote powershell session I get an unuseful error message:

New-DfsReplicatedFolder -GroupName TESTGROUP -FolderName TEST
Invoke-Command -Session $FSSession -ScriptBlock {param($Name) New-DfsReplicatedFolder -GroupName TESTGROUP -FolderName ${Name} } -Args $Name

I just get this error message and nothing else logged:

Could not create the replicated folder named "Test99" in the replication group named "TESTGROUP". An operation error occurred.
    + CategoryInfo          : NotSpecified: (System.String[]:String[]) [New-DfsReplicatedFolder], DfsrException
    + FullyQualifiedErrorId : New-DfsReplicatedFolder.TerminatingOMException,Microsoft.DistributedFileSystemReplication.Commands.NewDfsReplicatedFolderCommand
    + PSComputerName        : xxx.xxx.local

Any ideas why this wouldnt be working over a remote powershell session? Scratching my head with this one!

Thanks

Strangely, I’ve noticed that all DFSR commands fail with the same error, even though the DFSR module has been imported.