API Reference
Cmdlet
Export-OfficeWordGoogleDocument
Plans, compiles, or exports a Word document to Google Docs.
Remarks
Plans, compiles, or exports a Word document to Google Docs.
Examples
EXAMPLE 1
Export-OfficeWordGoogleDocument -Path 'C:\Path'
EXAMPLE 2
Export-OfficeWordGoogleDocument -Document 'Value'
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
Export-OfficeWordGoogleDocument [-AsBatch] [-FailOnLoss] [-Options <GoogleDocsSaveOptions>] -Path <String> [-PlanOnly] [-Session <GoogleWorkspaceSession>] [<CommonParameters>]#Parameter set:
PathParameters
- AsBatch SwitchParameter
- Return the provider-neutral request batch without contacting Google.
- FailOnLoss SwitchParameter
- Throw when translation reports a warning or error.
- Options GoogleDocsSaveOptions
- Google Docs translation and destination settings.
- Path String
- Path to a Word document.
- PlanOnly SwitchParameter
- Return the translation plan without compiling requests or contacting Google.
- Session GoogleWorkspaceSession
- Configured Google Workspace session used for a live export.
Outputs
OfficeIMO.Word.GoogleDocs.GoogleDocsTranslationPlan OfficeIMO.Word.GoogleDocs.GoogleDocsBatch OfficeIMO.Word.GoogleDocs.GoogleDocumentReference
Export-OfficeWordGoogleDocument [-AsBatch] -Document <WordDocument> [-FailOnLoss] [-Options <GoogleDocsSaveOptions>] [-PlanOnly] [-Session <GoogleWorkspaceSession>] [<CommonParameters>]#Parameter set:
DocumentParameters
- AsBatch SwitchParameter
- Return the provider-neutral request batch without contacting Google.
- Document WordDocument
- Word document to export.
- FailOnLoss SwitchParameter
- Throw when translation reports a warning or error.
- Options GoogleDocsSaveOptions
- Google Docs translation and destination settings.
- PlanOnly SwitchParameter
- Return the translation plan without compiling requests or contacting Google.
- Session GoogleWorkspaceSession
- Configured Google Workspace session used for a live export.
Outputs
OfficeIMO.Word.GoogleDocs.GoogleDocsTranslationPlan OfficeIMO.Word.GoogleDocs.GoogleDocsBatch OfficeIMO.Word.GoogleDocs.GoogleDocumentReference