text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 File {0} already exists and {1} was specified. Cannot open file because the current provider ({0}) cannot open a file. Cannot perform operation because the path resolved to more than one file. This command cannot operate on multiple files. Cannot perform operation because the wildcard path {0} did not resolve to a file. Unknown encoding {0}; valid values are {1}. The directory '{0}' already exists. Use the -Force parameter if you want to overwrite the directory and files within the directory. Cannot create the module {0} due to the following: {1}. Use a different argument for the -OutputModule parameter and retry. {StrContains="OutputModule"} {0} is a placeholder for the name of a directory {1} is a placeholder for an error message from the inner exception Reviewed by TArcher on 2010-07-21 Example usage: PS C:\> $s = New-PSSession PS C:\> Export-PSSession -Session $s -OutputModule gibberish:here Export-PSSession : Cannot create the module 'gibberish:here' due to the following: Cannot find drive. A drive with the name 'gibberish' does not exist. Use a different argument for the -OutputModule parameter and try again. At line:1 char:1 + Export-PSSession -Session $s -OutputModule gibberish:here + ^ + CategoryInfo : ResourceExists: (gibberish:here:String) [Export-PSSession], ArgumentException + FullyQualifiedErrorId : ExportProxyCommand_CannotCreateOutputDirectory,Microsoft.PowerShell.Commands.ExportPSSessionCommand The module cannot be loaded because it has been generated with an incompatible version of the {0} cmdlet. Generate the module with the {0} cmdlet from the current session, and try loading the module again.