Get D365InstalledService - FH-Inway/d365fo.tools GitHub Wiki
Get installed D365 services
Get-D365InstalledService [[-Path] <String>] [<CommonParameters>]
Get installed Dynamics 365 for Finance & Operations services that are installed on the machine
Get-D365InstalledService
This will get all installed services on the machine.
Path to the folder that contains the "InstallationRecords" folder
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: $Script:InstallationRecordsDir
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: Services, Servicing, Topology
Author: Mötz Jensen (@Splaxi)