Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

Powershell foreach math issue. Sum is cumulative, not foreach server polled

powershell

`cat somefile | cat` in powershell gives 10000 lines instead of 100

powershell

Powershell lambda scope

Get outbound IP range azure website PowerShell

Release a file lock that send-mailmessage leaves on error

How to read an XML file using PowerShell and filter the required data

xml powershell

In a Console App, is there a way to detect when StandardInput is available?

.net powershell console

PowerShell Script Efficiency

c# performance powershell

why this powershell for loop stops after 4 iteration

Obtain CMOS Battery Status Info on Windows

How do I make a powershell function that expands filename arguments to include their paths if unqualified?

powershell glob

how to call batch files from a PowerShell 5.0 script which has white space in the path?

Automatically create new connection strings for web applications Azure

sql powershell azure

PowerShell - Want to understand why $myarr[(-1)..0] gives 10 1 but $myarr[$myarr[-1]..0] gives expected 10 9 8 ... 0

Download a file, get the status, then execute the file

powershell powershell-7.0

C# PowerShell Script not working with ExecutionPolicy

Using PowerShell, how do I delete a line from a text file by its line number?

powershell

"Group by day" in PowerShell

datetime powershell

Capture Write-Host output and exit code from Invoke-Command on a Remote System

Regex to flip and merge all backslashes except the first one

regex powershell