What is the path value to the root folder when using the -FolderPath parameter?
Kevin,
I don't think there is one. In what cmdlet do you want to use root folder?
I need to check for missing document files, want to use this : Search-PWDocumentWithMissingFile
maybe missing files is also included in a report cmdlet?
I was going to use : Get-PWDocumentsBySearch to get all documents then iterate them - passing Search-PWDocumentWithMissingFile to each document - one by one
The implementation of Project Wise at our company is sadly - badly done. Any channel partner that implements the same for other companies should be have merit points deducted. The root of a datasource should have sub "primary" folders - like: Projects, Support, Reference. Ours does not - all rich projects are at the root - thats bad.
You should be able to use a saved search to get all documents to test and pass them to the Search-PWDocumentWithMissingFile via the pipeline.
Answer Verified By: Kevin