all windows list need install/remove
get-windowsfeature
install-windowsfeature -Name Hyper-V -Restart
remove-windowsfeature -Name Hyper-V -Restart
-=-=-=-=-=-=-=-
storage configuration
diskpart –> list volume
-=-=-=-=-=-=-=-=-
Disk Management for remote admin
Netsh advfirewall firewall set rule group=”Remote Volume Management” new enable=yes
note: please run this command above on client and server then you can remote ‘Disk Management’
=-=-=-=-=-=-=-=-=-=-=-=-
Enabling File Sharing on Windows Server core
netsh advfirewall firewall set rule group=”File and Printer Sharing” new enable=Yes
-=-=-=-=-=-=-=-=-
Set Hostname
netdom renamecomputer %COMPUTERNAME% /NewName:<NewComputerName>
=–=-=-=-=-=-=-=-=-
Join Domain
netdom join %COMPUTERNAME% /domain:<DomainName> /userd:<UserName> /passwordd:*
=-=-=-=-=-=-=-=-=-
Remove Domain
netdom remove
=-=-=-=-=-=-=-=-=-=
Rename Network Interface
netsh interface set interface name=”old name” newname=”new name”
=-=-=-=-=-=-=-=-=-=-
Configure IP Address
netsh interface ipv4 set address name=”<Interface Name>” source=static address=<IPAddress> mask=<SubnetMask> gateway=<DefaultGateway>
=-=-=-=-=-=-=-=-=-=-
Configure DNS Servers
netsh interface ipv4 add dnsserver name=”<Interface Name>” address=<DNS Server IP> index=1
=-=-=-=-=-=-=-=-=–=-
Disable Firewall (not recommended)
netsh advfirewall set allprofiles state off
=-=-=-=-=-=-=-=-=-=-=-=
Enable PowerShell Remoting
Enable-PSRemoting
=-=-=-=-=-=-=-=-=-=-=-=
Enable Remotedesktop
netsh advfirewall firewall set rule group=”remote desktop” new enable=yes
=-=-=-=-=-=-=-=-=-=-=-
Enable Remote Administration
advfirewall firewall set rule group=”Remote Administration” new enable=yes
=-=-=-=-=-=-=-=-=-=-=-=-=-
Enable ICMP (Ping)
netsh firewall set icmpsetting 8
=-=-=-=-=-=-=-=-=-=-=-=
Change Administrator password
net user administrator *
=-=-=-=-=-=-=-=-=-=-=-=-=-
get-vm – this displays any VMs provisioned on a Hyper-V host
get¬-vmhost – displays information about a Hyper-V host
get-vmmemory – Gets the memory of a virtual machine or snapshot
get-vmnetworkadapter – Gets the virtual network adapters of a virtual machine, snapshot, management operating system, or of a virtual machine and management operating system.
get-vmswitch – Gets virtual switches from one or more virtual Hyper-V hosts.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Enable-NetFirewallRule -DisplayGroup “Windows Remote Management”
Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management”
Enable-NetFirewallRule -DisplayGroup “Windows Firewall Remote Management”
Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management”
Enable-NetFirewallRule -DisplayGroup “Remote Scheduled Tasks Management”
Enable-NetFirewallRule -DisplayName “Windows Management Instrumentation (DCOM-In)”
Set-Service VDS -StartupType Automatic
=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Install SNMP
Add-WindowsFeature -Name SNMP-Service -IncludeAllSubFeature -IncludeManagementTools –Restart –WhatIf
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-
- WiFi Sonicwall VPN - Dell switches wipe out/reset - identify domain controller - windows 10 key finder - Control Panel Tools -
Recent Posts
- wildcard renew for windows IIS
- fix drive and scan
- convert EDGE back to IE
- add users for ssh Google Cloud
- Protect Your Private Key
- How to Disable Directory Browsing on Apache
- How to Install Apache on CentOS
- creating redirects in an .htaccess file
- How to Enable & Set Up .htaccess File on Apache
- Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin
- cert not store in server certificate
- SSL v3 goes to the dogs – POODLE kills off protocol
- Disable TLS 1.0 /1.1 in Apache Server
- Open Control Panel Tools with Run Commands
- Outlook Stuck on Loading Profile
- Outlook won’t open or is stuck at loading profile
- How Do I Fix Outlook Stuck on Updating Inbox – A Complete Guide
- How can I renew Let’s Encrypt certificates
- Step-By-Step : How to configure email disclaimers in Office
- Add a Global Footer To Hosted Exchange on Office 365
- Exchange 365 disclaimer is being added multiple times
- disclaimer via html
- footer or disclaimer
- Using Multiple SSL Certificates in Apache with One IP Address
- How To Set Up Multiple SSL Certificates On a CentOS VPS With Apache Using One IP Address
- Centos 7 redirect http to https
- Track Email Messages With Office 365 Mail Trace
- Installing PHP on Windows 10 and IIS
- Installing PHP on IIS
Archives
- March 2026
- February 2026
- February 2024
- September 2023
- April 2023
- February 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- August 2021
- February 2021
- August 2020
- July 2020
- April 2020
- February 2020
- January 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
Categories
- 365
- Active Directory
- apache
- centOS
- Chosen Solution
- cleanning
- command line of linux
- command line of windows
- core
- DELL
- Exchange
- Fail2Ban
- godday
- Google Cloud
- Hyper-V
- IIS
- lets encrypted
- MIX drinks
- My Linux
- My Windows
- mySQL
- nagios
- Office 365
- Outlook OWA
- PHP
- PowerShell
- refrigerator
- Scripting
- SSH
- SSL
- tricks & tips
- ubuntu
- windows
April 2026 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 - San Jose55°Feels like: 55°FCloudy6:36 am7:40 pm PDT
Wind: 6mph W
Humidity: 65%
Pressure: 29.99"Hg
UV index: 0MonTueWedThuFri64/50°F
64/48°F
66/50°F
70/48°F
72/48°F -


