Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

shelladmin

Run Batch File in PowerShell

by shelladmin

A batch file is a very popular method to automate tasks in Windows environments. However, PowerShell is also used to automate tasks, you may need …

Read more

PowerShell – Enable-PSRemoting for Remote Commands

by shelladmin

PowerShell remoting features allow configuring computers to receive remote commands. The administrator can run commands on remote systems. The Enable-PSRemoting cmdlet configures the computers to …

Read more

Install Software with PowerShell Script Remotely

by shelladmin

PowerShell is a versatile scripting language that offers a powerful and flexible way to remotely install software using PowerShell scripts. To install software with PowerShell …

Read more

Read CSV File Line by Line in PowerShell

by shelladmin

PowerShell is a versatile scripting language that provides robust support for working with CSV (comma-separated) files. Its command Import-CSV is used to import CSV files …

Read more

Read File Line by Line in PowerShell

by shelladmin

To read file line by line in the Windows PowerShell, use Get-Content to read the content of the text file and then process each line …

Read more

PowerShell Command Line Arguments

by shelladmin

PowerShell is a versatile scripting language that provides extensive support for handling command line arguments, including named and position parameters, and special parameter types like …

Read more

PowerShell – Running scripts is disabled on this system [Fix]

by shelladmin

While running a PowerShell script, if you get an error message, cannot be loaded because running scripts is disabled on this system it is because …

Read more

Run PowerShell Script From CMD

by shelladmin

PowerShell is a versatile scripting language that allows users to automate tasks, manage systems and perform various administrative functions. It uses the PowerShell terminal to …

Read more

Net User Command – Manage User Accounts from cmd

by shelladmin

The Net User command is a Windows command-line utility that allows you to manage Windows server local user accounts or on a remote computer. The …

Read more

Windows – Install Telnet Client using PowerShell & CMD

by shelladmin

Telnet is an application protocol that provides a command line interface to establish communication with the remote host. Telnet is disabled by default on versions …

Read more

Older posts
Page1 Page2 … Page39 Next →

Recent Posts

  • Run Batch File in PowerShell
  • PowerShell – Enable-PSRemoting for Remote Commands
  • Install Software with PowerShell Script Remotely

Footer

  • Home
  • About Us
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2023 ShellGeek All rights reserved