I have a very large JSON Lines File with 4.000.000 Rows, and I need to convert several events from every row. The resulted CSV File contains 15.000.000 rows. Ho
I'm using PnP Powershell to add an Event Receiver to a document library. The Event Receiver points to an Azure function. Below is code that I wrote in a local
I want to check if SQLAlwaysON exists in server. I already know that typing and getting the powershell commands Enable-SQLServerAlwaysON and Disabled-SQLServerA
Can I do something like this? $splatting_table = @{ "-parameter" = "value" "-parameter2" = "value2" } .\external-command.exe @splatting_table as an equ
I'm working on a project where I have to apply a file to multiple folders every so often. I'm trying to learn some PowerShell commands to make this a little ea
I am curently setting up my rails enviroment on my Windows 10 pc. I am using powershell for this. I have found a bug when using a pry or the rails console. When
I'm trying to use Pester for PowerShell to test some of my code, but I'm unable to get Pester to work in relation to errors. Take this very basic example - us
I wrote a program which prints a string, which contains ANSI escape sequences to make the text colored. But it doesn't work as expected in the default Windows 1
I have some Powershell code where I make a request for a bearer token, then use the response to make another request to an API. What's happening is the request
I have a WMI query that notifies me on USB insertions, but I am trying to group the results of this query so that my handler can operate on a batch of these ins
I've a system that sends an email every day using GMail API. I get the RefreshToken once then save it to a file. before send daily mail the RefreshToken is refr
I am trying to use credentials from some UI prompted to add Windows credentials using cmdkey: $sessionCredential = $host.ui.PromptForCredential("Need credential
I'm trying to search a string for some numbers and insert a new line before each, not including the first one. I don't seem to be able to use the traditional r
I have installed the firebase tools, however whenever I try to initialize it in my rootfolder, using the terminal from Vscode, I receive the following error. Wh
I have been doing some research and could not find an answer for this, probably I'm not asking the right question or what I'm attempting might not be possible.
How can I run this command that runs in Linux in Windows 10 powershell for ffmpeg? for file in D:\input\*.mkv; do ffmpeg -i "$file" -map 0:v:0 -map 0:a:0 -map 0
In my batch script there will be a temporary file with the notes that are in a section (gotten from a json file but that doesn't matter) Format: (position of no
I want to get a list of files into a Powershell variable that I can use in subsequent code. Files: file1.csv file2.csv $sourceFiles = Get-ChildItem .\file*.c
Is there a place where I can find Powershell Color Schemes that people have already built? Something like https://github.com/lysyi3m/osx-terminal-themes, but fo
In my c# app there is some button, when the user clicks on this button the app runs a powershell script. a window of powershell pops out and the user see the r