Users can automatically remove the "_invalid" suffix and restore these file names using Windows PowerShell. In order to restore these invalid file names inside the PCCSRV directory and its sub-directories, perform the following on the Apex One server:
- Open the Windows PowerShell. Click Start > Programs > Accessories > Windows PowerShell.
- Right-click Windows Power Shell and Run as Administrator.
- On the Windows PowerShell window, change the current directory to ...\PCCSRV folder.
- Enter the following command:
Get-ChildItem -Recurse -Include *_invalid | Rename-Item -NewName { $_.name -replace "_invalid","" }
- Close Windows PowerShell.
- Verify that there are no longer invalid filenames in the PCCSRV directory.