I am running "wbadmin start backup -include:C:E: -backupTarget:G:" in
both Powershell ISE 2 and from the command line in SBS 2008.
From the command line it runs fine, from powershell I get the error:
"wbadmin 1.0 - Backup command-line tool (C) Copyright 2004 Microsoft
Corp. Retrieving volume information... ERROR - One of the source
volumes specified cannot be included: C: E:. Please specify source as
a volume drive letter or access path (if volume is mounted in a
folder). Only volumes on locally attached disks can be backed up."
C and E are both physical drives located inside the server. G is an
external USB drive.
Why does it not work in Powershell?
Rick