I have a problem exporting a DFSR Clone on our W2012 R2 Server.
The server was setup as Core and had the DFS roles installed, but didn't have the RSAT tools installed (I don't know why DFS requires you to install management tools this way instead of including them in the role).
I cannot install the RSAT tools because features on demand simply doesn't let you once your server is patched up. The source parameters just don't work (we've had calls with MS about this before).
The export-dfsrclone command does not have any "-Computer" option to run it remotely.
Implicit remoting in powershell allows me to import the module but running the commands still runs them on the machine they are imported from and not the local DFSR server.
How can I run export-dfsrclone on my source DFSR file server? Are there any other means of remotely running the cmdlet that I haven't explored, or other ways of creating the clone?