I have create a EXE program using VB.net. The EXE program is a console based program. What it does is to create share and NTFS folder permission by providing few argument
I have tested in command prompt as example below
c:\FolderShareand NTFS userA c:\FolderUserA$
First argument is account name and second argument is home folder name
The Share and NTFS permission was created successfully
How can I use this EXE in Provisioning Script, I try to put it in script module, pre-create but I had a error during the Account Provisioning