Enable Wireless in Windows Server 2012 and 2016

Enable Wireless in Windows Server 2012 and 2016 follow steps below: 1. First we need to know “Wireless LAN Service” enabled or not  .  For that open powershell and run the command below(like as picture): Get-WindowsFeature  “Wireless LAN Service” 2. As we see service not enabled… Read More

How to Change Desktop Background with Group Policy?

Change Desktop Background with Group Policy follow steps below: 1.Open the Group Policy Management from Tools of Server Manager: 2.Then create a GPO named Wallpaper: 3. Right click the new created GPO and click Edit to open group policy editor: 4. Navigate to ‘User Configuration > Polices > Administrative Templates… Read More

How to Configure IP Address with PowerShell?

Configure IP Address with PowerShell follow steps below: 1.To change ip address we need to use the “New-NetIPAddress” command New-NetIPAddress -Ethernet -IPAddress 172.16.171.51 -PrefixLength 24 -DefaultGateway 172.16.171.1 2. To set DNS ip address we need to use the “Set-DNSClientServerAddress“ command: Set-DnsClientServerAddress -Ethernet  -ServerAddresses 172.16.171.51 3. To look at… Read More

Change the Hostname of a CentOS Server

For changing the Hostname of a CentOS Server follow steps below: Open the global network configuration file: nano /etc/sysconfig/network Find the HOSTNAME setting. It’s default value will looks like below: HOSTNAME=localhost Replace that localhost value with chosen fully qualified domain name. HOSTNAME=centos.tekbloq.com Save changes and exit and reboot… Read More

Domain Password Policies

By default in  Active Directory, the Default Domain Policy establishes the domain password policy for all users configured and stored in Active Directory. It is looks like below: (Start Menu → Administrative Tools → Group Policy Management and Right-click Default Domain Policy and select Edit.… Read More

“Bullet-proof” smartphone

China has released a cheap “bullet-proof” smartphone. At least, the durable and inexpensive device cannot be broken with a hammer. A little-known manufacturer of smartphones Leagoo China proposed buyers gadget M5 with maximum endurance. The gadget casing is a complete metal frame. Its display with… Read More