You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a product key is in a wrong format, the function CheckConfigFiles try to throw error. Part of the error message is formed by running "$(Split-Path -Path $inputFile -Leaf)`". $inputFile is referenced here but the function definition does not have an input parameter to accept it.
The text was updated successfully, but these errors were encountered:
Richardsprofile
changed the title
$inputFile is referenced but ii not supplied to function CheckConfigFiles
$inputFile is referenced but is not supplied to function CheckConfigFiles
Feb 1, 2023
When a product key is in a wrong format, the function CheckConfigFiles try to throw error. Part of the error message is formed by running "$(Split-Path -Path $inputFile -Leaf)`". $inputFile is referenced here but the function definition does not have an input parameter to accept it.
Referenced file: SP/Automation/AutoSPInstallerModule.ps1m
Line: 295
The text was updated successfully, but these errors were encountered: