< Back

Get-D365LBDConfig

Mon Jan 13, 2020 8:46 am

NAME Get-D365LBDConfig



SYNOPSIS

Grabs the configuration of the local business data environment





SYNTAX

Get-D365LBDConfig [[-ComputerName] <ComputerParameter>] [[-ConfigImportFromFile] <String>] [[-ConfigExportToFile]

<String>] [[-CustomModuleName] <String>] [<CommonParameters>]





DESCRIPTION

Grabs the configuration of the local business data environment through logic using the Service Fabric Cluster XML,

AXSF.Package.Current.xml and OrchestrationServicePkg.Package.Current.xml





PARAMETERS

-ComputerName <ComputerParameter>

optional string

The name of the Local Business Data Computer.

If ignored will use local host.



Required? false

Position? 1

Default value "$env:COMPUTERNAME"

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-ConfigImportFromFile <String>

optional string

The name of the config file to import (if you are choosing to import rather than pull dynamically)



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ConfigExportToFile <String>

optional string

The name of the config file to export



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-CustomModuleName <String>

optional string

The name of the custom module you will be using to caputre the version number



Required? false

Position? 4

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:\\>Get-D365LBDConfig



Will get config from the local machine.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-D365LBDConfig -ComputerName "LBDServerName" -verbose



Will get the Dynamics 365 Config from the LBD server











RELATED LINKS