Search code examples
PowerShell string interpolation syntax; are $($...) and ${$...} equivalent?...


powershellsyntaxstring-interpolation

Read More
PowerShell string interpolation using ${$variable} format not working...


powershellstring-interpolation

Read More
How can I retrieve a recursive directory and file list from PowerShell excluding some files and fold...


powershellpowershell-2.0

Read More
Null coalescing in PowerShell...


powershellnull-coalescing-operator

Read More
Is it optional to use the $global: scope prefix when referencing a global variable?...


powershell

Read More
Pass script variables to Powershell module...


powershellmodule

Read More
How to convert decimal to hexadecimal variable?...


powershell

Read More
PowerShell equivalent for "head -n-3"...


powershelltailunix-head

Read More
How can I determine a command output object?...


powershell

Read More
Get class of returned object by PowerShell command - determine a cmdlet's output data type...


powershelltypesoutputscom

Read More
Right way to throw errors using $PSCmdlet.ThrowTerminatingError()...


powershellerror-handling

Read More
Powershell can't delete file it opened...


windowspowershellzipdelete-file

Read More
Windows WMI change the value of MotherBoard SerialNumber...


windowspowershellwmi

Read More
Specify domain controller with get-aduser in powershell...


powershellactive-directory

Read More
how do I pass a range of values on the command line - passing an expression as an argument...


powershellparsingcommand-linesyntaxparameter-passing

Read More
Copying a file with robocopy (long name and path, and many spaces) - Missing argument...


powershellrobocopy

Read More
Can Powershell Run Commands in Parallel?...


multithreadingpowershellparallel-processing

Read More
Call Shell in VBA with spaces in the file path...


vbapowershell

Read More
How to get 'stdout' output from 'git gc 2>&1' on Windows PowerShell?...


windowspowershellstdoutstderr

Read More
Retrieving a PSObject value from embedded script in VB.NET...


.netvb.netpowershellmicrosoft-graph-apipsobject

Read More
Displays Arabic Text Right-to-Left In PowerShell...


powershellterminalarabicright-to-left

Read More
PowerShell, break out of a timer with custom keypress...


powershelltimertriggersreadkey

Read More
How do I run a Windows task in the foreground?...


powershellscheduled-taskstask

Read More
How do you call Windows Explorer with a file selected from Powershell?...


powershellpowershell-2.0

Read More
PowerShell equivalent of LINQ Any()?...


linqpowershell

Read More
Pipe complete array-objects instead of array items one at a time?...


arrayspowershellobjectsyntaxpipeline

Read More
Improve the performance of code that builds an object by comparing two objects...


.netpowershellperformance

Read More
Need to Add the Last Two Octets to a List of IP Ranges with Powershell...


powershell

Read More
Upload file to SFTP using PowerShell...


powershellautomationuploadsftpwinscp

Read More
Run executable in powershell without waiting for return...


powershell

Read More
BackNext