Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

PowerShell select-object does not work with "Invoke-MgGraphRequest" but it worked with Invoke-RestMethod

How can I use the output of a Powershell command as an argument to another Powershell command?

Powershell remove extension for full path name (I don't want just filename)

powershell file-extension

VS code terminal can't find AWS SAM even though windows terminal can

How to find, stop and disable a Windows service using Powershell

windows powershell service

Powershell Module Manifest "ScriptsToProcess"

powershell

PowerShell commandlet getting invoked but not responding

Powershell ForEach-Object processing files in a directory more than once

powershell foreach-object

Powershell: Looking for a fast way to do a find & replace on a text file using a csv file as the input

powershell csv replace find

PowerShell rename refactor (F2) does nothing in VS Code

Convert cert to pfx or p12 file format

powershell certificate pfx p12

New-AzWebAppSSLBinding : Operation returned an invalid status code 'NotFound'

azure powershell

How to connect a bot to Skype for business

"Hyper-v commands have to be run as an Administrator" in minikube when running as Administrator

Does Chef powershell_script have limited privileges?

Powershell script to create scheduled tasks from csv file

Strange difference between $_ and [parameter(ValueFromPipeline=$true)]

powershell

Why won't this function work with a piped variable?

powershell piping