Background Information I have two separate PowerShell scripts. One uses an ARM template to deploy a function app, along with storage accounts etc. It runs unde
I am writing a script to prepare our laptops before use. It essentially installs certificates and sets the executionpolicy to AllSigned. It gets executed by
I am looking to use powershell to get certificate information from different API's using HttpClient. (Trying to write a script to find when certificates expire)
robocopy \\$OldComputername\C$\Users\$Username\Appdata\Local\Google\Chrome\"User Data"\Default \\$NewComputerName\C$\Temp\$Username\Appdata\Local\Google\Chrome\
I am brand new to Ansible Playbooks and I have checked a bunch of different documentation without success. So here is what I want to do. My company wants me to
I've achieved Intellisense from the Powershell via PSReadLine, but unlike fish shell where a word from the path can be concluded by hitting Ctrl + Right Arrow,
Currently spinning up 11 unallocated volumes via terraform but noticed that the volumes come in a random order on the machine and not in the specified order of
I'm looking to put a short Powershell script together that asks for an asset number then sends a WoL request via Config Manager/SCCM to that asset to wake it up
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