< Back

Export-D365FOLBDAssetModuleVersion

Mon Jan 13, 2020 8:46 am

NAME Export-D365FOLBDAssetModuleVersion



SYNOPSIS

Looks inside the agent share extracts the version from the zip by using the custom module name. Puts an xml in

root for easy idenitification





SYNTAX

Export-D365FOLBDAssetModuleVersion [-AgentShare] <String> [-CustomModuleName] <String> [<CommonParameters>]





DESCRIPTION

Exports





PARAMETERS

-AgentShare <String>

optional string

The location of the Agent Share



Required? true

Position? 1

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 capture the version number



Required? true

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-D365FOLBDAssetModuleVersio













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



PS C:\\>Export-D365FOLBDAssetModuleVersion















RELATED LINKS