Skip to main content

Questions tagged [powershell]

Windows PowerShell is a command line shell and scripting language for Windows that supersedes the CMD.exe shell and batch language. PowerShell is also an automation engine for Windows that provides functionality similar to Windows Script Host and VBScript.

0 votes
1 answer
66 views

We have a script for unzipping batches of files in subfolders into their own folders within said subfolders that we receive for work, but sometimes we get items already in an unzipped folder named for ...
DataManagement's user avatar
3 votes
0 answers
73 views

I have set up some right-click context menu entries for .ps1 files to run PowerShell scripts in Windows Terminal instead of ConHost. Screenshot: So I can run a one-off script elevated or un-elevated ...
fmotion1's user avatar
  • 247
0 votes
0 answers
29 views

I am trying to add an IPP printer with powershell using the following command. Add-Printer -IppURL "ipps://10.0.0.30:631/printers/QC_Lab" I get an error saying one of the parameters are ...
user3096763's user avatar
1 vote
1 answer
35 views

I'm trying to set up virtual env for pytest using pycharm which is using powershell for the terminal and the activate.bat is not recognized and neither is the .\activate.bat it suggests
Robbie's user avatar
  • 11
0 votes
1 answer
163 views

I have OBS VirtualCam installer taken from here: https://github.com/CatxFish/obs-virtual-cam/releases and I want to install it silently from PowerShell script like this: - powershell: | ...
user994's user avatar
1 vote
2 answers
82 views

I need to take multiple line items of a csv file and consolidate them into fewer lines while maintaining the information, as in the tables shown below: Turning this: Fave Fruit Student Apples Dave ...
Sigshane's user avatar
1 vote
1 answer
50 views

I needed to update some drivers on some Win11 installation thumb drives we have. These were made via the Media Creation Tool from MS so, these aren't some fancy homemade images. The thumb drives ...
RKillcrazy's user avatar
1 vote
1 answer
181 views

So I am having this problem with winget on Windows 11 where it shows programs I have uninstalled still being supposedly installed. Uninstalling them via settings > installed apps only results in ...
Sebastian Fiault's user avatar
-1 votes
1 answer
110 views

I seek an Execution Policy which requires local scripts to be signed, and prevent downloaded scripts from being executed. The goal is to disallow unapproved execution of downloaded scripts, and to ...
johny why's user avatar
  • 460
1 vote
0 answers
75 views

I've noticed that when using Windows PowerShell (to SSH into a computing cluster), sometimes parts of the text displayed in the terminal are missing or invisible -- if I try to select it with my ...
gillianf's user avatar
1 vote
1 answer
68 views

I'm using the powershell terminal on VS Code. I fullscreen the terminal because I can see more stuff that way. The text of the terminal moves upward after closing and reopening, but the terminal ...
thoxbox's user avatar
  • 41
0 votes
1 answer
124 views

I am new to Powershell and i need help in renaming multiple video files. So a folder contains files named as below; 1. Episode S01E01.mkv 2. Episode S01E02.mkv 3. Episode S01E03.mkv … … ...
Adnan Us Sadiq's user avatar
1 vote
1 answer
130 views

I have a Windows 10 Enterprise LTSC device to which I need to connect and disconnect different USB devices. I can hear the sound of connect/disconnect and I can see the USB device appear/disappear ...
slybloty's user avatar
  • 525
4 votes
1 answer
166 views

In VS Code's integrated terminal, Ctrl+Space by default triggers the terminal's suggest widget, but this doesn't show anything after e. g. <command> - or [<type>]:: although the PowerShell ...
Christoph's user avatar
  • 181
2 votes
0 answers
188 views

A long time ago, the office changed our Network Profile to be stored on a file server, rather than locally (makes complete sense), so they're now in a path along the lines of \\<Domain>.local\...
Larnu's user avatar
  • 633

15 30 50 per page
1
2 3 4 5
409