Views:

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:

  1. Open the Windows PowerShell. Click Start > Programs > Accessories > Windows PowerShell.
  2. Right-click Windows Power Shell and Run as Administrator.
  3. On the Windows PowerShell window, change the current directory to  ...\PCCSRV folder.

    PowerShell directory

  4. Enter the following command:

    Get-ChildItem -Recurse -Include *_invalid | Rename-Item -NewName { $_.name -replace "_invalid","" }

    PowerShell command

  5. Close Windows PowerShell.
  6. Verify that there are no longer invalid filenames in the PCCSRV directory.