Windows Basics II Flashcards
How do you determine how many users are on a system?
net users
How do you determine how many users have administrative privileges?
net localgroup Administrators
What command can be used to display and set the user policy settings on a local computer?
net accounts
True or False: The default Administrator account cannot be deleted or locked out, but it can be renamed or disabled?
True
What local group gives its members on a local server “Full Control” permissions on that computer?
Administrators
What other local account has the same functional rights and permissions as the Administrator account?
System
How do you find out the minimum password length for users on a system?
net accounts
How do you find out which local users are disabled?
wmic useraccount get Name,Disabled
What Windows command allows you to run a command as another user?
runas
What option of cmd.exe carries out the command and then terminates?
/c
What’s the syntax for rdesktop?
rdesktop -u USERNAME -p PASSWORD IP
What’s the syntax for runas?
runas /user:HOSTNAME\Administrator cmd.exe
What value is used to uniquely identify a security principal that can be authenticated by the system?
SID (Security Identifier)
What is the name of a protected object that contains information about the identity and user rights associated with a user account?
access token
What local system is responsible for creating an access token for a user after successful authentication?
Local Security Authority (LSA)