Just came across this article so I thought I would comment. I have a customer using DataBoxes to move about 500TB after splitting off a line of business. Data is about 70% NFS, 30% SMB. I am trying to design a solution for implementation team to use as few different solutions as possible. There are millions of small files in thousands of folders so right now I am looking at over 350 jobs. That could triple if I need to load block blobs, then page blobs, then AzFiles. My problem is, I have not found a good example of use from beginning to end. I can use PowerShell to create jobs, maybe AzCopy to run jobs, then Copy data GUI to verify jobs. What I would like to do is to use PowerShell to create the Jobs, use PowerShell to run the jobs and use PowerShell to download then manually verify the jobs. Yes I like PowerShell. Any suggestions?