1327: Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.
PS C:\Users\afberendsen> cmd /c runas /user:ebay00 'C:\Program Files\Google\Chrome\Application\chrome.exe'
Enter the password for ebay00:
Attempting to start C:\Program Files\Google\Chrome\Application\chrome.exe as user "HG000024\ebay00" ...
RUNAS ERROR: Unable to run - C:\Program Files\Google\Chrome\Application\chrome.exe
1327: Account restrictions are preventing this user from signing in. For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced.
PS C:\Users\afberendsen> net user ebay01 /EXPIRES:never
The command completed successfully.
PS C:\Users\afberendsen> net user ebay01 /LOGONPASSWORDCHG:NO
The command completed successfully.
PS C:\Users\afberendsen> cmd /c runas /user:ebay01 'C:\Program Files\Google\Chrome\Application\chrome.exe'
Enter the password for ebay01:
Attempting to start C:\Program Files\Google\Chrome\Application\chrome.exe as user "HG000024\ebay01" ...
PS C:\Users\afberendsen>
Comments
Post a Comment