< Back

Export-PBIDesktopODCConnection

Sat Jan 18, 2020 8:40 pm

NAME Export-PBIDesktopODCConnection



SYNOPSIS

Exports a PBIDesktop ODC connection file





SYNTAX

Export-PBIDesktopODCConnection [[-pbiDesktopWindowName] <String>] [[-path] <String>] [<CommonParameters>]





DESCRIPTION

Exports a PBIDesktop ODC connection file





PARAMETERS

-pbiDesktopWindowName <String>

Power BI Desktop window name, wildcards can be used. Ex: "*name*"



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-path <String>

ODC file path to be created



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Export-PBIDesktopODCConnection -pbiDesktopWindowName "*VanArsdel - Sales*"















RELATED LINKS