Set D365WorkstationMode - FH-Inway/d365fo.tools GitHub Wiki
Set the Workstation mode
Set-D365WorkstationMode [-Enabled] <Boolean> [<CommonParameters>]
Set the Workstation mode to enabled or not
It is used to enable the tool to run on a personal machine and still be able to call Invoke-D365TableBrowser and Invoke-D365SysRunnerClass
Set-D365WorkstationMode -Enabled $true
This will enable the Workstation mode. You will have to restart the powershell session when you switch around.
$True enables the workstation mode while $false deactivated the workstation mode
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: False
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.
Author: Mötz Jensen (@Splaxi)
You will have to run the Initialize-D365Config cmdlet first, before this will be capable of working.