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
For example, PSCredentials can be parsed as username + password fields in index.html and in run.ps1 it will build PSCredentials from these two input values
The text was updated successfully, but these errors were encountered:
update Convert-ParametersToHTML - to generate two merged fields: username and password
update Convert-ParametersToRunner - to create a PSCredential object based on sent username and password
add a test: created HTML file should have Credential-UserName and Credential-Password objects
add an example: create New-PSDrive to some read-only share on my VM and then run Get-ChildItems or Get-Content there. The example requires -PostCode switch which will be implemented in Add -PostScript parameter #27
For example, PSCredentials can be parsed as username + password fields in
index.html
and inrun.ps1
it will build PSCredentials from these two input valuesThe text was updated successfully, but these errors were encountered: