I'm using PowerShell to import CSV file but get this error:
Unable to find the specified file.
The file name is generated automatically by system performance counters collector. "Oracle_Data_Provider_for_.NET(defaultdomain [10148, 1]).csv"
If I rename file to "Oracle_Data_Provider_for_.NET(defaultdomain 10148, 1).csv" the file opened correctly.
The version of PowerShell is:
PS U:\> $PSVersionTable
Name Value
---- -----
PSVersion 4.0
WSManStackVersion 3.0
SerializationVersion 1.1.0.1
CLRVersion 4.0.30319.18444
BuildVersion 6.3.9600.16406
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0}
PSRemotingProtocolVersion 2.2
Any suggestions for how to fix?