I am trying to create an FTP virtual directory, but some having some issues. so far I have: New-Item IIS:\ Sites\SFTP \ $folder -type VirtualDirectory -physicalPath d:\temp\$folder However, how do I set the other properties, like’ FTP Authorization Rules’? The $folder variable is defined earlier in the...