All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:53, 19 January 2024 Busk talk contribs created page Powershell snippets (Created page with "# Powershell Snippets ## Get A/CNAME DNS Records from Windows DNS get-dnsRecords.ps1 ``` $ErrorActionPreference = "Stop" if ($args.Count -lt 1) { Write-Host "Usage: ge...")