API Reference
Cmdlet
Get-OfficeWordReview
Inspects Word comments, threads, tracked revisions, and unsupported review metadata.
Remarks
Inspects Word comments, threads, tracked revisions, and unsupported review metadata.
Examples
Inspect a document review state.
PS>
Get-OfficeWordReview -Path .\Draft.docx
Returns a structured WordReviewReport without changing the document.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Get-OfficeWordReview -Path <String> [<CommonParameters>]#Parameter set:
PathParameters
- Path String
- Path to the Word document.
Outputs
OfficeIMO.Word.WordReviewReport
Get-OfficeWordReview -Document <WordDocument> [<CommonParameters>]#Parameter set:
DocumentParameters
- Document WordDocument
- Open Word document instance.
Outputs
OfficeIMO.Word.WordReviewReport