About 21,600 results
Open links in new tab
  1. Passing array of objects to a function - Spiceworks Community

    Jun 23, 2015 · Hi everyone, I’ve been toying around with some PowerShell scripts, and I’ve found that I’m having some trouble passing arrays of objects to functions. A couple of trivial …

  2. Remove Object From Array - Spiceworks Community

    Oct 12, 2018 · Removing Objects from Arrays in PowerShell - SAPIEN Blog A member of the PowerShell group on Facebook asked how to delete an object from an array. It's a simple …

  3. Trying to add a column to a Powershell array - Programming ...

    Aug 19, 2022 · Trying to use GAM commands with PowerShell can be a pain, but it really expands the functionally of GAM, which can be pretty basic at times. Are you using windows …

  4. Powershell selecting array objects based on Value

    Aug 21, 2018 · Powershell selecting array objects based on Value Programming & Development powershell question darrenmccann (darrenmccann) August 21, 2018, 8:24am 1

  5. Syntax for array-type pipeline function paramter...

    Jan 25, 2022 · As I understand it, whenever a cmdlet outputs an array onto the pipeline, the pipeline unwraps the array and, one-by-one, sends each array element individually down the …

  6. copy an array column to another array - Spiceworks Community

    Aug 29, 2019 · In PowerShell arrays are immutable. If the column does not exist when initialized you need to create a new one. Also, arrays don’t have named columns. The syntax you are …

  7. Converting Powershell object to an array, Maybe?

    Oct 1, 2015 · In this case I called the GetTypeArray static method of the .Net Type class, which simply is showing the data type of the objects that are a part of the array. Its important for …

  8. Powershell match an item in an array - Spiceworks Community

    Feb 3, 2017 · powershell , question 5 2112 December 14, 2022 Efficient way to search for string in array of objects in AD Programming & Development powershell , question 5 930 November …

  9. Format PowerShell array as a table? - Spiceworks Community

    Jul 14, 2017 · 1 75 March 19, 2015 Table with multiple different sized columns Programming & Development discussion , powershell 10 172 September 11, 2019 How to get PowerShell into …

  10. Format Array Output - Spiceworks Community

    Oct 8, 2019 · Select-Object (Microsoft.PowerShell.Utility) - PowerShell The Select-Object cmdlet selects specified properties of an object or set of objects. It can also select unique objects, a …