Create DHCP Scope via CLI in Microsoft Server

Create scope through powershell Add-DhcpServerv4Scope -Name "VLAN111" -StartRange 172.16.11.10 -EndRange 172.16.11.100 -SubnetMask 255.255.255.0 Add-DhcpServerv4Scope -Name "VLAN222" -StartRange 172.16.22.10 -EndRange 172.16.22.100 -SubnetMask 255.255.255.0 Add-DhcpServerv4Scope -Name "VLAN333" -StartRange 172.16.33.10 -EndRange 172.16.33.100 -SubnetMask…

What is ITSM and Why Does It Matter?

Understanding IT Service Management (ITSM) IT Service Management (ITSM) is a structured approach to designing, delivering, managing, and improving IT services within an organization. It ensures that IT services are…

Install docker on Ubuntu ( Without SNAP )

sudo apt-get update && sudo apt-get install ca-certificates curl gnupg lsb-release -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \…

IPMI Cli Commands

1. Man and help info for IPMItool ipmitool help man ipmitool 2. To check firmware version ipmitool mc info 3. To reset the management controller ipmitool mc reset [ warm…