Configure Shares Flashcards
What is a dependency of creating SMB shares?
File Server Role
What is the difference between SMB and NFS shares?
SMB - Windows Clients
NFS - Linux Clients
What is a dependancy of creating NFS shares?
Server for NFS Role
What is a dependancy of creating advanced SMB or NFS shares?
File Server Resource Manager Role
What is access based enumeration?
Only files and folders users have access to are displayed
What is the difference between share permissions and NTFS permissions
Share permissions are only applied accessing through a network share, then NTFS permissions applied
NTFS permissions allows more granular control
What is the PoSH command to see users accessing a share?
Get-SmbSession
What is the PoSH command to close a users session on a share?
Close-SmbSession -ClientComputerName
What is the PoSH command for giving access permission to a share?
Grant-SmbShareAccess
What is the PoSH command for denying access permission to a share?
Block-SmbShareAccess
What is the PoSH command to remove access permission to a share?
Revoke-SmbShareAccess
What is the PoSH command to unblock access permission to a share?
Unblock-SmbShareAccess
When creating a share how do you made it hidden?
$ sign at end of share name