Under PARAMETERS, -AccessRight, the following is incorrect
The acceptable values for this parameter are: Full, Modify, or Read.
Should read:
The acceptable values for this parameter are: Full, Change, or Read.
Using "Modify" results in the following error:
Grant-SmbShareAccess : Cannot process argument transformation on parameter 'AccessRight'. Cannot convert value "Modify" to type "Microsoft.PowerShell.Cmdletization.GeneratedTypes.SmbShare.ShareAccessRight".
Error: "Unable to match the identifier name Modify to a valid enumerator name. Specify one of the following enumerator names and try again:
Full, Change, Read, Custom"