I'll preface this with saying I don't know anything about scripting. Or at least very little. I can generally figure out what is going on by reading a script, but I can't write them at all, and fixing ...
function getstaffdirectoryraw { #download staff directory from sharepoint by mapping a drive temporarily net use $tempdrive $staffdirectorysharepointroot Start-Sleep ...
Mapped Network Drives are very useful when you need to connect to a drive that is on a different computer, or on external storage. It makes accessing files easy. However, if your mapped network drives ...