close
Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
69 views

Why do I have two different output values when I pass a string of my machine name vs using [Environment]::MachineName.ToString()? Somehow the SHA256 sees them differently and I need them to be seen ...
Bbb's user avatar
  • 743
1 vote
1 answer
79 views

I have a script I have created that throws the following error: The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script ...
RookieMistake's user avatar
-1 votes
0 answers
88 views

I am on a Windows machine trying to cross-compile with my cross-compiler to use x86_64 for a Linux target machine. I am trying to use a cross compiler to build msquic via a PowerShell command which ...
SSS's user avatar
  • 2,458
-2 votes
1 answer
125 views

Look at the images. After the first word of any command, anything written after that is getting highlighted with a grey background (depends on the theme though and it looks worst on lighter themes as ...
Vaibhav Vishwakarma's user avatar
2 votes
0 answers
86 views

Here is what Windows Settings shows me: I try to get the same list using PowerShell. Here is my script $session = New-Object -ComObject 'Microsoft.Update.Session'; $searcher = $session....
Daniel Fisher  lennybacon's user avatar
2 votes
2 answers
94 views

I have this functioning code that looks in a directory, and zips up all .PDF files it finds into a ZIP archive, and then deletes the original .PDF files: # Get all files in the directory (non-...
user31786750's user avatar
-2 votes
0 answers
60 views

I’m currently exploring Saviynt Identity Cloud and trying to gain a deeper, practical understanding of how its runbooks, triggers, and automation capabilities work in real-world enterprise ...
Swasti Ranjan's user avatar
1 vote
1 answer
69 views

For InstallShield Premier 2025 and a Basic MSI setup, can someone provide a working sample for passing a Property like TEST_ID to a PowerShell script custom action run as a Deferred in System Context. ...
Dave S's user avatar
  • 1,530
1 vote
0 answers
72 views

I am working on a Flutter project on Windows 11. My Flutter version is: Flutter 3.41.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision db50e20168 (3 weeks ago) • 2026-03-...
Eduardo Visoni's user avatar
Best practices
0 votes
0 replies
46 views

I have a Power BI Report and the relevant Semantic Model that gets data from a SharePoint and Data Bricks SQL Warehouse using my credentials. Can i change the data refreshing and semantic refresh part ...
Omar Ahmed's user avatar
0 votes
1 answer
100 views

About running 2 commands at once, for example to run 2 console programs with 1 single command, in PowerShell, one way to do this is with a command in the next format, just by adding ; between each of ...
codev's user avatar
  • 52
1 vote
0 answers
204 views

I am trying to determine all the properties returned by various PnPOnline cmdlets in PowerShell. I have no problem calling them, but for example, I want to know all the possible values that Get-...
le Pusscat's user avatar
2 votes
1 answer
86 views

I have an issue with adding an ASS file to MP4 file using FFmpeg in Powershell: # Function to add ASS subtitles to video function Add-Subtitles-To-Video { param ($videoPath, $assPath, $outputPath) ...
Niek Jonkman's user avatar
  • 1,106
2 votes
2 answers
135 views

I'd like to create a hyperlink to a text file in a Powershell script that'll be run in Windows terminal. I've made it work by hardcoding the link, ex. file://c:/textfile.txt but I'd like to compile ...
user348514's user avatar
4 votes
2 answers
236 views

I wrote this code below. and it is throwing the error Cannot remove item BLAHBLAH: The process cannot access the file 'BLAHBLAH' because it is being used by another process. As SOON as the overall ...
user31786750's user avatar

15 30 50 per page
1
2 3 4 5
7946