Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

modify text string in file

$
0
0

All,

I am looking for direction on manipulating text in a text file. I have a bunch on entries for device names in a file and I would like to generate a pwd for each machine that is the reverse of the device name. This is for a testing lab and nothing more. I don't know where to start for taking an input string and reverse ordering it to out it back onto the file.

Process for script

1. Read a text file for the name
2. Reverse the output to console or into a tab delimited output

EX

DeviceName1 1emanecived
DeviceName2 2emanecived


Viewing all articles
Browse latest Browse all 6937

Trending Articles