Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
engrit-epm
sccm-ts-scripts
Commits
fcd44cd0
Commit
fcd44cd0
authored
Oct 14, 2021
by
mseng3
Browse files
Update build-software-string.ps1
parent
e92d5633
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-software-string.ps1
View file @
fcd44cd0
...
...
@@ -2,15 +2,17 @@
$tsenv
=
New-Object
-COMObject
Microsoft.SMS.TSEnvironment
# Array of possible softwares that can be selected
# Would like to find a way to not have to define this in the script (i.e. pass it from the TS)
# For now this will work
# Would like to find a way to not have to define this in the script (i.e. pass it from the TS). For now this will work.
# These strings represent the names od the different TS variables populated by the UI++ checkboxes.
# i.e. if you add a variable named "EngrIT_Software" to the TS, then add an array member of "Software".
$availableArray
=
@(
'BasicApps'
,
'Office'
,
'Matlab'
,
'Origin'
,
'BasicApps'
,
'Crowdstrike'
,
'Autocad'
,
'Mathematica'
,
'Autocad'
'Matlab'
,
'Origin'
)
# Blank array for saving which titles were selected
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment