BizTalk/Powershell – Move .xml files to subdirectory
I recently showed a VBScript to Archive/Move xml files to a subfolder. This is often needed when you have been archive or storing 1000s of XML files, and the the directory/folder is very slow to open due to the large number of files. Now, we will do it in Powershell. Create the subfolders ahead of […]