How can I successfully export library resources along with a VMM Template?
I am using this command:
Export-SCTemplate -Name 'FOO' -IncludeAllLibraryResource -SettingsIncludePrivate -Overwrite -Path "C:\TEMP\FOO"
The result I get is:
Exporting from the console doesn't export the library resources (e.g. referenced VHDs).
How can I get this to work???