Showing tag results for Arrays

Sep 23, 2013
Post comments count0
Post likes count0

Adding Array Index Numbers to PowerShell Custom Objects

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about adding array index numbers to Windows PowerShell custom objects.  Hey, Scripting Guy! Our software application returns arrays of information. What I need is a way to artificially add the array element number to the object that the cmdlet outputs. For example, I want to add the highlighte...

Scripting Guy!Windows PowerShellscripting techniques
Jul 23, 2013
Post comments count0
Post likes count0

Write Users and Proxy Addresses to CSV by Using PowerShell

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about writing all proxy addresses and user names to a CSV file by using Windows PowerShell.  Hey, Scripting Guy! Yesterday’s blog post, Export User Names and Proxy Addresses to CSV File, showed me an easy way to get a couple of proxy addresses from Active Directory, but all users do not ...

Scripting Guy!Windows PowerShellscripting techniques