NetworkingTest-NetConnection -ComputerName $hostnameOrIp linkSecurity and Certificates$myPfxPassword = "password123" | ConvertTo-SecureString -AsPlainText -ForceImport-PfxCertificate -FilePath $pfxFile -CertStoreLocation Cert:\LocalMachine\My -Password $myPfxPasswordBulk Actions (Unzipping) on filtered itemsGet-ChildItem '.\zipped' -Filter *.zip | Expand-Archive -DestinationPath '.\unzipped' -Force