TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

PowerShell Articles

How to Create User Account Using PowerShell?

How to create User Account using PowerShell in Active Directory. I'm using Windows Server 2012 R2, but this article will work with Windows Server 2008 to Server 2012 R2 or Server 2016. A simple description about PowerShell. Windows…

How to Manage Local Users and Groups with PowerShell?

Currently PowerShell doesn't have a builtin cmdlets for local users and groups. In order to manage local users groups using PowerShell, the 'LocalAccount" module must be installed on Windows 10. This module allows you to managing local user…

How to Manage Windows Firewall with PowerShell?

Automating and configuring security settings and Windows Firewall with PowerShell quicker and faster. PowerShell is already a flexible command-line tool for managing Windows. So try to learn more about PowerShell with our PowerShell…

How to Change Network Profiles with PowerShell?

Sometimes it's not possible to change network profiles using the graphical interface. The network profiles or network categories are Private networks, Public Network, and Domain Network. This is how to change network profile using…

How to Make Bootable USB with PowerShell?

If you read my old article about creating bootable USB with Diskpart for Windows and Bootable USB for Linux, then you know the usage of a bootable USB. So in this article we are going to make a bootable USB with PowerShell command  for…

How to Manage Hard Disk with PowerShell?

The PowerShell cmdlets for storage management is new command line tools that help Sysadmins to manage hard disk with PowerShell. The old style managing hard disk with Diskpart is already in it's state. You can still use Diskpart for…

How to Manage Files and Folders with PowerShell?

Windows PowerShell has cmdlets that help you manage files with PowerShell easily within Servers and client machines. The following PowerShell articles provide a brief introduction to carrying out file system management tasks by using…

How to Enable Wireless in Windows Server 2016?

The wireless network card is disabled in Windows Server. If you want to connect your server through WiFi, you need to enable Wireless Networking first. By default in Windows Server 2016, you are not able to browse the internet with an admin…