With powershell ISE I can add a new document and pass the result to a variable:
$var1 = New-PWDocument -FilePath "valid file path" -FolderPath "valid PW folder path"
How do I issue values to the attributes?
maybe something like this?
$var1.Attributes…