TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

PowerShell

Create a Child Domain in Server 2022 Using PowerShell

In the previous article, we described how to create a child domain using the Server Manager console. In this article, we will show you how to do the same thing using Windows PowerShell. PowerShell is a powerful tool that can be used to

How to Set up a PowerShell Remoting Connection

PowerShell Remoting allows you to manage a remote computer from your local computer. You type commands on your local computer, and the changes are made on the remote computer. When you set up a PowerShell Remoting connection, you can

Enable PowerShell Remoting in Windows 11

PowerShell offers a quick way to manage computers remotely through scripting and cmdlets. You can enable Windows PowerShell Remoting to manage multiple computers remotely in Windows 11 and other latest windows. While setting up a remote

How to Reset Windows 10 IP Address Correctly?

You can reset Windows 10 IP address with these three methods, using network connections settings, command prompt, and PowerShell. The easiest option to reset Windows 10 IP address with command prompt (CMD). If your system obtains its IP…

How to Configure Windows 10 IP Address with CMD?

Configuring IP address in a Windows with CMD performed using netsh command line utility. The network shell (netsh) is a set of commands that help you configure any Windows operating system IP address, Network Interfaces, and Windows…

Best Command Prompt Alternatives in Windows

There are many reasons you prefer some alternative application to the windows command prompt. For example, it's difficult to scroll, copy and paste, open a new window, resizing and more. In this article, we will show you the best command…

Convert Server Core to Full GUI and Vice Versa

In this article which is related to Windows Server 2012 R2 Core configuration, I'm going to show you how to convert Server Core to Full GUI and Convert from Gui to Windows Core? Before doing the conversion to full GUI and vice versa, you…

How to Share Files Using Command Line in Windows?

To share files using command line and manipulating is faster and more professional then GUI. Networking task has much command-line utility which works like a charm. With the following command line guide, you can do more than share files…