Configure Shares Flashcards

1
Q

What is a dependency of creating SMB shares?

A

File Server Role

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

What is the difference between SMB and NFS shares?

A

SMB - Windows Clients

NFS - Linux Clients

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

What is a dependancy of creating NFS shares?

A

Server for NFS Role

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

What is a dependancy of creating advanced SMB or NFS shares?

A

File Server Resource Manager Role

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

What is access based enumeration?

A

Only files and folders users have access to are displayed

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

What is the difference between share permissions and NTFS permissions

A

Share permissions are only applied accessing through a network share, then NTFS permissions applied
NTFS permissions allows more granular control

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

What is the PoSH command to see users accessing a share?

A

Get-SmbSession

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

What is the PoSH command to close a users session on a share?

A

Close-SmbSession -ClientComputerName

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

What is the PoSH command for giving access permission to a share?

A

Grant-SmbShareAccess

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

What is the PoSH command for denying access permission to a share?

A

Block-SmbShareAccess

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

What is the PoSH command to remove access permission to a share?

A

Revoke-SmbShareAccess

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

What is the PoSH command to unblock access permission to a share?

A

Unblock-SmbShareAccess

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

When creating a share how do you made it hidden?

A

$ sign at end of share name

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