Powershell

How to install Firefox browser using Powershell

How to install of FireFox browser using PowerShell Sometimes you would like to install Firefox using Powershell. Here is the…

2 years ago

How to install chrome with Powershell?

Quick way to install chrome on windows with Powershell? Launch the Powershell and run below script or save it as…

2 years ago

How to Fix PowerShell Script Not Digitally Signed Error?

How to Fix PowerShell Script Not Digitally Signed Error? When a script with a .ps1 extension then it is a…

2 years ago

Powershell Cheat Sheet for beginners

Powershell Cheat Sheet for beginners PowerShell has become something of an ace in the hole when it comes to performing…

2 years ago

Can you use Linux commands in Powershell?

Today we discuss one of a few questions a lot of sysadmins and IT Admins ask? Can you use Linux…

2 years ago

Powershell Get-Eventlog Get-Process and Stop-Process commands

Get-EventLog We use PowerShell to parse your Server’s/computers event logs using the Get-EventLog cmdlet. There are several parameters available. Use…

2 years ago

What is powershell execution policy?

What is powershell execution policy? The PowerShell execution policy was created with the goal of being administrator-friendly while also being…

2 years ago

How to concatenate string in powershell?

How to concatenate string in powershell?   1. Concatenate string Use -join $var = -join("Hello", " ", "world"); Stores  "Hello…

2 years ago

How to Find a string inside a string -PowerShell Substring

The PowerShell Substring : Finding a string inside a string There are many occassions where Administrators need to figure out…

2 years ago

How to use PowerShell Multiple-Line Comments

How to use PowerShell Multiple-Line Comments? Use Windows PowerShell multiple line comments in your script or from the console. It…

2 years ago

This website uses cookies.