-
-
Notifications
You must be signed in to change notification settings - Fork 5
Get FSCPSVersionInfo
onikolaiev edited this page May 1, 2024
·
1 revision
Get the list of D365FSC components versions
Get-FSCPSVersionInfo [[-Version] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get the list of D365FSC components versions (NuGets, Packages, Frameworks etc.)
Get-FSCPSVersionInfo -Version "10.0.39"
This will show the list of file versions for the FSCPS module of the 10.0.39 D365FSC.
The version of the D365FSC
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Author: Oleksandr Nikolaiev (@onikolaiev)