Useful https and network utilities.
- Connect-SshKey: Uses OpenSSH to generate a key and connect it to an ssh server.
- ConvertTo-BasicAuthentication: Produces a basic authentication header string from a credential.
- ConvertTo-MultipartFormData: Creates multipart/form-data to send as a request body.
- Get-ContentSecurityPolicy: Returns the content security policy at from the given URL.
- Get-Dns: Looks up DNS info, given a hostname or address.
- Get-ServerCertificate: Returns the certificate provided by the requested server.
- Get-SslDetails: Enumerates the SSL protocols that the client is able to successfully use to connect to a server.
- Save-PodcastEpisodes: Downloads enclosures from a podcast feed.
- Save-WebRequest: Downloads a given URL to a file, automatically determining the filename.
- Show-HttpStatus: Displays the HTTP status code info.
- Test-HttpSecurity: Scan sites using Mozilla's Observatory.
- Trace-WebRequest:
