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
adf3cc56
Commit
adf3cc56
authored
Jan 06, 2021
by
mseng3
Browse files
Update get-lens-info.ps1
parent
68bbd248
Changes
1
Hide whitespace changes
Inline
Side-by-side
get-lens-info.ps1
View file @
adf3cc56
...
...
@@ -95,7 +95,7 @@ function getLensCreds() {
$lensCredsSplit
=
$lensCredsProtected
.
split
(
';'
)
#debug($lensCredsSplit)
$lensUser
=
$lensCredsSplit
[
0
]
#
debug($lensUser)
debug
(
$lensUser
)
$lensPass
=
$lensCredsSplit
[
1
]
#debug($lensPass)
}
...
...
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