I have a Powershell script which should install a certain software at our customer.
During the installation a key is needed. I would like to enter this key every time I run the script, is this possible?
Background is that we have different keys for each customer, so I do not have to create 10 versions of the script with different keys.
Hello,
Good morning,
I have a Powershell script which should install a certain software at our customer.
During the installation a key is needed. I would like to enter this key every time I run the script, is this possible?
Background is that we have different keys for each customer, so I do not have to create 10 versions of the script with different keys.