Shares Flashcards
What is access based enumeration?
Files and folders a user does not have access to are hidden,
What is the PS command to view SMB share access?
Get-SMBShareAccess -Name
What are the corresponding roles for file server and NFS file server?
fs-fileserver
fs-nfs-fileserver
What are the PS commands to permit SMB access??
Grant-SmbShareAccess
Revoke-SmbShareAccess
What are the PS command to configure deny SMB
Block-SmbShareAccess
Unblock-SmbShareAccess
How do you hide a share?
Append a $ to the share name
What is the PS command to view current connections to an SMB share?
Get-SmbSession
What is the PS command to kick someone off their connection to an SMB share?
Close-SmbSession -ClientComputerName
* can also specify username
What is a SID?
System Identifier
Are ACLs applied to the user or resource?
Resource
Moving a file to another destination will retain its ACL
What is traverse folder?
Allows access to child content even if containing folder is denied