All public logs

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

Logs
  • 14:38, 4 January 2024 Aleks talk contribs created page RoutingRemoteAccessServer (Created page with "== RAS server == === Certificate renewal === When renewing the certificate for the VPN connection on the RAS server you will need to update the registry keys for the SSTP service for the new certificate. use the following commands<syntaxhighlight lang="powershell" line="1"> $Thumbprint = <TLS certificate thumbprint> $Cert = Get-ChildItem -Path Cert:\LocalMachine\My\$thumbprint Set-RemoteAccess -SslCertificate $Cert Restart-Service RemoteAccess -Passthru </syntaxhighligh...") Tag: Visual edit