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
I have a published a build artifact published to $(Build.ArtifactStagingDirectory)/drop with artifactName "some_sidebar" and the artifact publish location is Az
I am trying to export the result of a powershell script. The idea is to export the result via email on Azure. The code snippet can be found below. Get-AzSqlServ
This powershell statement looks for a long commandline string from a process java.exe - it uses the string server1 to trap this specific process. It returns th
How can i export mails adresses in CSV files in a range of 30 users for each one. I have already try this $users = Get-ADUser -Filter * -Properties Mail
So, I want to make a script that will execute 2 .bat files and start some .exe files. However, the .bat files are supposed to keep running. I have something l
So, I want to make a script that will execute 2 .bat files and start some .exe files. However, the .bat files are supposed to keep running. I have something l
wsl -h shows the following: --exec, -e <CommandLine> Execute the specified command without using the default Linux shell. -- Pass the remainin
I find myself chaining these a lot, eg: do-cmd-one if($?) { do-cmd-two } ... then at the end: if(!$?) { exit 1 } I assume there's a pattern for this in
I am trying to create a password expiration report that runs once a week and I want to grab 7 days of it at a time. The current script that I have been creatin
I am trying to download and install Help files for all the commands but it won't work. I am using Powershell 7.1.1 inside the Windows Terminal. Update-Help: Fai
In terminal I used to run two commands at once using '&&' operator. For example if I want to compile and run C source code I only need to write: gcc co
TLDR: How can I make a generated variable, and then call that variable later within a Add_click. I am sure some kind of serialization of each Object/button I ma
I am working on an Outlook inventory powershel script (see also powershell calculated properties for multiple values) This code work great, but only with the d
After creating a new Azure SQL server using az sql server create, how can I enable the following options through PowerShell(Azure CLI)?
The code below is working fine to export data, but I need the header / first row to have custom background and text colors. I would like the header to be filled
I'm trying to invoke a pester script, moving from pester V4.6.0 to V5.3.1 The V4 arguments I used to use, when invoking pester were: -supplying custom parameter
I am troubleshooting an issue in our local IT infrastructure. Some time ago a GPO was pushed that blocked traffic from our IT administration program to our prod