This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Importing module Microsoft.PowerShell.Archive fails because of culture not available when connecting from non en-US client to an en-US client via PSSession #57
Labels
Repro Steps:
- CurrentUICulture : en-GB
- CurrentCulture : en-GB
Import-LocalizedData : Cannot find the Windows PowerShell data file 'ArchiveResources.psd1' in directory 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\Microsoft.Powershell.Archive\en-GB', or in any parent
culture directories.
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\Microsoft.Powershell.Archive\Microsoft.PowerShell.Archive.psm1:27 char:1
Is this expected? Shouldn't it use en-US since no en-GB on the remote machine?
The text was updated successfully, but these errors were encountered: