Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in powershell

How do install AzureAD PowerShell module

Regex with dir command directly into the powershell

regex powershell

Powershell doesn't load System.Net.Http assembly and ignore Add-Type within script

powershell powershell-5.0

how to call PowerShell script with a GithubActions workflow?

powershell github-actions

PowerShell remoting: Controlling what edition is being targeted (PowerShell Core or Windows PowerShell); the state of cross-platform remoting

What's the correct way to open powershell core in a new window?

Powershell script to list all open Explorer windows

windows powershell explorer

Create a scheduled task which runs every minute without the user being logged in using PowerShell

Export Azure Resource Groups with Tags to csv

azure powershell azure-cli

Powershell GetEnvironmentVariable vs $Env

PowerShell, pipeline compatible Select-String function

string powershell pipeline

PowerShell ignoring Write-Verbose while running Import-Module

powershell module verbose

Powershell: how do you read & write I/O within one pipeline?

powershell file-io pipeline

Combining files using COPY command and getting odd characters

windows file powershell cmd copy

Powershell function won't work

powershell

Invoke-Sqlcmd cmdlet throws exception when using -Variable parameter

Performing permissions change ala chmod / attrib with Powershell

powershell permissions

How to loop through files (full path) in PowerShell

powershell

In PowerShell how to capture error, warning, write-host output into a single file?

powershell logging warnings

Text piped to PowerShell.exe isn't received when using [Console]::ReadLine()

command-line powershell