We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bc44d commit a59ce62Copy full SHA for a59ce62
RTCConfigurator.ps1
@@ -3,7 +3,7 @@
3
#Promt user for Role to edit
4
$Profile = Read-Host -Promt "What Role would you like to edit?"
5
#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"
+cd "${env:ProgramFiles}\Microsoft Dynamics NAV\110\RoleTailored Client"
+./Microsoft.Dynamics.Nav.Client.exe -configure -profile:"$profile"
8
#Make your changes to the profile
9
#https://msdn.microsoft.com/en-us/library/dd354992.aspx
0 commit comments