We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d58c0 commit f9f7c5eCopy full SHA for f9f7c5e
Functions/Set-CredFile.psm1
@@ -15,7 +15,7 @@ Function Set-CredFile {
15
16
param(
17
[Parameter(Mandatory = $false)]
18
- [string]$Path=$([system.io.path]::GetTempPath()+"cred.xml"),
+ [string]$Path=$([system.io.path]::GetTempPath()+"f5-cred.xml"),
19
[string]$Username,
20
[string]$Password,
21
[switch]$Force
0 commit comments