When trying to set this up I was given errors that the P drive didn't exist.
In SecretServer.psm1 on line 1462 the following command is trying to look for a mapped drive.
Import-Clixml -Path "P:\Scripts\SecretServer\SecretServer\SecretServer_$($env:USERNAME).xml"
When trying to set this up I was given errors that the P drive didn't exist.
In SecretServer.psm1 on line 1462 the following command is trying to look for a mapped drive.
Import-Clixml -Path "P:\Scripts\SecretServer\SecretServer\SecretServer_$($env:USERNAME).xml"