↧
Powershell folder/ sub folder renaming
I had my first go at powershell today to rename a bunch of folders in a way which I figured would be too fiddly at the standard command line. I had a bunch of log files in a structure like this;...
View ArticlePowershell to write bunch of data from sql to the file system
I recently had need to write a bunch of xml we had stored in sql out to a bunch of files. So we have one xml file per row, and I wanted to out put these into a folder, each one in it’s own file. After...
View Article