Revision history of "Create home folders and set permssions"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 12:17, 18 July 2017George2 (Talk | contribs). . (2,088 bytes) (+2,088). . (Created page with "<source lang="powershell"> # Read the list of home folders from FS03 $lines = get-content dirlstFS03.txt $lines | foreach-object { $homefolderpath = $_ $homefoldername =...")