Skip to content

Forklift

Startup parameter is /AUTOLOADFORKLIFT Forklift need to be deployed for Ahola and Special Deploy RemoteApp using powershell in rdsbroker machine (ahola live):

New-RDRemoteApp -Alias "Ahola Forklift" -DisplayName "Ahola Forklift" -FilePath '\\smbshr-bb59.online.aholadigital.com\smb-live\AholaTransport\live\Client\AT_Client.exe' -ShowInWebAccess 1 -CollectionName "stable" -CommandLinesetting Require -RequiredCommandLine "/LogTo:`"\\smbshr-bb59.online.aholadigital.com\smb-live\AholaTransport\live\Client\Log`", `"/AUTOLOADFORKLIFT`"" -UserGroups "online.aholadigital.com\ahola_transport_forklift_stable"

to Special live:

New-RDRemoteApp -Alias "Special Forklift" -DisplayName "Special Forklift" -FilePath '\\smbshr-bb59.online.aholadigital.com\smb-live\AholaSpecial\live\Client\Special_Client.exe' -ShowInWebAccess 1 -CollectionName "stable" -CommandLinesetting Require -RequiredCommandLine "/LogTo:`"\\smbshr-bb59.online.aholadigital.com\smb-live\AholaSpecial\live\Client\Log`", `"/AUTOLOADFORKLIFT`"" -UserGroups "online.aholadigital.com\ahola_special_forklift_stable"

to test ahola (RC):

New-RDRemoteApp -Alias "Test Ahola Forklift RC" -DisplayName "Test Ahola Forklift RC" -FilePath '\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaTransport\RC\Client\AT_Client_RC.exe' -ShowInWebAccess 1 -CollectionName "nightly" -CommandLinesetting Require -RequiredCommandLine "/LogTo:`"\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaTransport\RC\Client\Log`", `"/AUTOLOADFORKLIFT`""

to test ahola (TIP):

New-RDRemoteApp -Alias "Test Ahola Forklift TIP" -DisplayName "Test Ahola Forklift TIP" -FilePath '\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaTransport\TIP\Client\AT_Client_TIP.exe' -ShowInWebAccess 1 -CollectionName "nightly" -CommandLinesetting Require -RequiredCommandLine "/LogTo:`"\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaTransport\TIP\Client\Log`", `"/AUTOLOADFORKLIFT`""

to test special (RC):

New-RDRemoteApp -Alias "Test Special Forklift RC" -DisplayName "Test Special Forklift RC" -FilePath '\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaSpecial\RC\Client\Special_Client_RC.exe' -ShowInWebAccess 1 -CollectionName "nightly" -CommandLinesetting Require -RequiredCommandLine "/LogTo:`"\\smbshr-bb59.online.aholadigital.com\smb-nightly0\AholaSpecial\RC\Client\Log`", `"/AUTOLOADFORKLIFT`""