IT support situations Flashcards

1
Q

A user calls claiming that their outlook is not receiving messages. They can, however, send messages.

A

It’s likely that their mailbox is full. Right click their inbox and go to properties to see how much data they’ve used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An outlook user can neither send nor receive messages. You have ruled out a network issue. How do you proceed?

A

Always look at bottom right bar for errors
Make a new profile in control panel
Check for working offline status
Office repair
Try web version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An outlook user is greeted by a credentials screen every time they open outlook. Why could this be?

A

Recent password change didn’t update in credentials manager. Clear it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What information does a profile within outlook hold?

A

App settings and mailbox information. Making a new profile will make you lose your inboxes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A user claims their mouse is jittery and stuttering across the screen. What are three likely causes and a way to tell what the issue is?

A

Debris in mouse sensor
Debris on the surface the mouse is moving across
Damaged cable

You can solve this issue by plugging in another mouse and seeing if it changes anything.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A user has trouble accessing a specific site, but other users can get to it just fine. The user can access other sites just fine. What could you try to fix this?

A

ipconfig /flushdns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A user calls in and says their new keyboard isn’t working. You confirm the cable isn’t the issue and the problem replicates across multiple ports. How do you proceed?

A

Check device manager for drivers and rollback if need be

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the path to diagnose IT issues?

A

Verify if this is a localized issue or not
\/
Check Physical (Cables, connectors, pins)
\/
Check drivers (Installing from website)
\/
Check software settings (Teams, Skype, etc) if it’s being used.
\/
Check permissions in privacy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Using just powershell ISE, what command can you use to ping a machine to see if it’s online (Not the ping command though)

A

Test-NetConnection -computername [ipaddress/Name]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A user can’t access the internet on their browser. What steps do you try first?

A

Check connectivity of other apps and isolate where the issue lies. Try another browser.
You can also ping the website and see if it hits. (Could be a dns issue if one specific site fails)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the fundamentals to run through when you want to diagnose a bad connection? (Use OSI)

A

ALWAYS ASK IF OTHERS ARE EXPERIENCING THIS ISSUE AND ENSURE THE ISSUE ISN’T JUST ONE APP GOING ROUGE.
+Physical+
-Restart machine / Router
-Check cable / Replace with known good one
-Check for port damage if applicable
-Link lights?
_________________
+Data Link+
-netsh winsock reset
-Drivers
__________________
+Network+
-ipconfig /release
-ipconfig /renew
-ipconfig /flushdns
-Troubleshooter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are 3 ways to fix a dodgy connection with commands?

A

netsh winsock reset
Ipconfig release, renew
Ipconfig DNS
Reinstall drivers from company website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly