Skip to content

Commit a59ce62

Browse files
authored
Update RTCConfigurator.ps1
1 parent a5bc44d commit a59ce62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RTCConfigurator.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#Promt user for Role to edit
44
$Profile = Read-Host -Promt "What Role would you like to edit?"
55
#Change to the Dynamics Nav dirctory
6-
cd "${env:ProgramFiles}\Microsoft Dynamics NAV\60\RoleTailored Client"
7-
cd ./Microsoft.Dynamics.Nav.Client.exe -configure -profile:"$profile"
6+
cd "${env:ProgramFiles}\Microsoft Dynamics NAV\110\RoleTailored Client"
7+
./Microsoft.Dynamics.Nav.Client.exe -configure -profile:"$profile"
88
#Make your changes to the profile
99
#https://msdn.microsoft.com/en-us/library/dd354992.aspx

0 commit comments

Comments
 (0)