When using `net use` the following are all valid: ``` - /user: - /us: - /u: ``` However, only the first `/user:` is being detected currently. Via quick testing it looks like changing the search pattern to `/u.*:` may be a good fix...
When using
net usethe following are all valid:However, only the first
/user:is being detected currently. Via quick testing it looks like changing the search pattern to/u.*:may be a good fix...