I am trying to create a PowerShell Script to backup my databases to a specific DropBox folder. I started with my Windows Firewall, utilizing the netsh firewall
I'm trying to install build tools on my OS (Windows 10) but it always stay in the same state. Like picture Build tools error image PS C:\WINDOWS\system32> np
this is my first post on this website so please be gentle :) (Also a powershell noob) I have received a .csv file and a .txt file. My job is to input data from
I'm putting together a script that will import a CSV with a list of folder names (and other fields) to get folder sizes (in this case SamAccountName matches the
I am new to PowerShell. I have a file name as Input.xlsx file, which will contain 3 columns and we an filter on any column and save it. My requirement is to cop
I am trying to write a Powershell script which will deploy software on a collection of WS2016 servers. I am a local administrator on all these servers. Here's w
I have an issue with my dsc config, on windows 10. I had to define a script block as I couldn't install WindowsIIS with dsc considering it wants a server sku.
I'm trying to run a Adobe Script in Premiere using Windows Batch. Is this possible at all?
I'm using the next code to download some zip archive: $client = new-object System.Net.WebClient $client.DownloadFile("https://chromedriver.storage.googleapis.co
I use the following command in Powershell to convert files in the background but would like to log the results all in one file. Now the -RedirectStandardOutput
I use the following command in Powershell to convert files in the background but would like to log the results all in one file. Now the -RedirectStandardOutput
I have a MenuItem Checkbox in my main window as well as in another two windows: <MenuItem x:Name = 'FileMenu' Header = '_File'> <MenuItem x
I am trying to create a powershell snippet that will copy the first column of a multi-line piped input to clipboard. The intended usage is: kubectl get pods | c
I am trying to do a simple ticket/incident file export using PowerShell. All of our tickets go into the Service manager 2019 Console. What I am trying to do is
I have restored Azure Database for MySQL single server using powershell script below. Now, post restore the DB I had to copy all the firewall rules and other se
Hello Guys! Why is Winver showing me Windows Version 21H2 but Powershell Command 2009? Get-ComputerInfo | select WindowsProductName, WindowsVersion Info: With
let's imagine I have a link - https://chromedriver.storage.googleapis.com/LATEST_RELEASE where I can get the latest Chrome release version. I need to retrieve t
Background : The REST API request works correctly when I remove the variable $Description and put a string in line 11 . If I leave the variable then it doesn't
I am working on a Powershell script to adjust configs of security cameras at dusk and dawn (you'd think the vendor would have a scheduling function...). What i
I am a student trying to complete an assignment in Java. I use VS Code to write, but I use PowerShell to compile and run the code to ensure compatibility outsid