Hi,
I have several Powershell script which is used for uploading azure package. Currently those scripts are hardcoded with package location from where it will take the package.
The location is like \\...\...\adb_201340995.21\..\...cspkg
Now we want to create a script which will update "adb_201340995.21" in all my powershell scripts with a parameter which i will manually provide during executing the script.
I am very new to scripting and trying to learn it, so any help will be usefull.