Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
41 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
1 vote
1 answer
61 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
-1 votes
0 answers
48 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
63 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
59 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
-7 votes
0 answers
58 views

If the contents of a variable is : @{authAccessToken=; azureResourceManagerConnection=; env=; keyvaultName=; location=; outresourceIdDatabricks=; outworkspaceUrlDatabricks=; partnerId=; ...
Luc Vanden Elschen's user avatar
Best practices
0 votes
0 replies
40 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
94 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
122 views

I am trying to find some documentation on the properties returned by these various PnPOnline functions. I have no problem calling them, but for example, what values can Get-PnPList actually return to ...
le Pusscat's user avatar
2 votes
1 answer
72 views

I have an issue with adding an ASS file to MP4 file using FFMPEG in Powershell. This is my function: # Function to add ASS subtitles to video function Add-Subtitles-To-Video { param ($videoPath, $...
Niek Jonkman's user avatar
  • 1,106
2 votes
2 answers
128 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
3 votes
2 answers
189 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
2 votes
2 answers
117 views

What's the right way to throw a generic error using $PSCmdlet.ThrowTerminatingError()? My (possibly flawed) understanding is that inside an advanced function, such as one using the CmdletBinding, we ...
PC Luddite's user avatar
  • 6,186
1 vote
1 answer
135 views

I have a solution file (c# projects) that has several configurations. Each configuration sets a different target framework (from net48 to net10.0-windows). The issue is that in Visual Studio when I ...
sfaust's user avatar
  • 2,495
Best practices
3 votes
3 replies
77 views

How can I identify what a command is in PowerShell? Is it a function, alias, command, or something else? For example, the PSWindowsUpdate module seems to include a command WUList which does not ...
Steven's user avatar
  • 13.9k

15 30 50 per page
1
2 3 4 5
7947