• Skip to primary sidebar
  • Skip to content

ZOMI DAILY

A bunch of snippets

How to renew SSL Certificate

by Admin . Leave a Comment

Before renewing anything, view the existing certificate first:

  • Login to server and run MMC
  • Add Snap-in
  • Select Certificates
  • Select Computer account
  • Select Local Computer
  • Expand Certificate (Local Computer) > Personal > Certificates
  • Open of the existing certificate
  • Go to Details tab
  • Scroll down to Subject Alternative Name

Run IIS and extend the SSL certificate
Binding > applied the new SSL

  • Checked the certificate at the gateway url
  • Connect to the RD Gateway server
  • Select the RD Gateway server and click on Properties
  • Go to SSL Certificate tab and click on Import Certificate
  • Select the new SSL Certificate and click Import
  • Test RDP session internally & externally

Cloning tool for Windows

by Admin . Leave a Comment

The disk cloning software will allow you to simply and easily clone your hard drive to serve as a backup, and restore it if or when necessary.

  • Macrium Reflect
  • Acronis True Image

How to find PowerShell version

by Admin . Leave a Comment

If you are curious about the version of PowerShell installed on your PC, you can run the following command in PowerShell:

$PSVersionTable
Get-Host | Select-Object Version

How to manually add Password in Chrome browser

by Admin . Leave a Comment

If Google Chrome browser doesn’t offer to save password for some reason, you can still manually add your password to Chrome Password Manager.

First, go and check here if you can see the Add button: chrome://settings/passwords

If you couldn’t find the Add button, go to here from your Chrome browser bar: chrome://flags/

Then look for the phrase Add Passwords in Settings and Enable it. Restart your Chrome browser and you should be able to add any password manually. Cheers!

Rename computer with PowerShell

by Admin . Leave a Comment

You can use PowerShell to rename your computer instead of using several steps of graphical interface.

Rename-Computer -NewName "New_Computer_Name" -Restart

Get MAC address with command

by Admin . Leave a Comment

“MAC” stands for Media Access Control, and is also known as a Physical Address. You can find the MAC address by typing the following command line:

  • getmac /v /fo list
  • ipconfig /all
  • netsh wlan show interface (wifi)

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »

Primary Sidebar

Recent Posts

  • Removing the Xbox Game Bar with PS
  • SFC scan tool to repair missing or corrupted system files
  • Turn Off Outlook’s alert for new Email
  • Uninstall Programs with Command Prompt
  • Windows: How to reset forgotten admin password

Browse by Tag

Azure (1) Chrome (1) Clone (1) Cloudflare (1) CMD (1) Exchange (1) FortiMail (1) Outlook (1) Password (2) PowerShell (9) Server (3) Sever (1) SSD (1) SSL (1) Windows (15) WordPress (1)

Copyright © 2023 · ZOMI DAILY