Optimizing File Services Flashcards
File Server Resource Manager (FSRM) Using FSRM to Manage Quotas, File Screens, and Storage Reports Implementing Classification Management and File Management Tasks Distributed File System (DFS) Configuring DFS Namespaces Configuring and Troubleshooting DFS Replication (178 cards)
- What is DFSR?
- What is DFSN?
- What is the DFS Management Console?
- What is the FSRM Console?
- Distributed File System (DFS)Replication
- Distributed File System (DFS) Namespace
- You use the Distributed File System (DFS) Management Console to manage DFS namespaces and DFS replication.
- File Server Resource Manager (FSRM) is a role service in Windows Server that enables you to manage and classify data stored on file servers. You can use File Server Resource Manager to automatically classify files, perform tasks based on these classifications, set quotas on folders, and create reports monitoring storage usage.
What does the PowerShell CmdLet Do?
Get-DfsnAccess
Gets permissions for a DFS namespace folder.
What does the PowerShell CmdLet Do?
Get-DfsnFolder
Gets settings for a DFS namespace folder.
What does the PowerShell CmdLet Do?
Get-DfsnFolderTarget
Gets settings for targets of a DFS namespace folder.
What does the PowerShell CmdLet Do?
Get-DfsnRoot
Gets settings for DFS namespaces.
What does the PowerShell CmdLet Do?
Get-DfsnRootTarget
Gets settings for root targets of a DFS namespace.
What does the PowerShell CmdLet Do?
Get-DfsnServerConfiguration
Gets DFS namespace settings for a DFSN root server.
What does the PowerShell CmdLet Do?
Grant-DfsnAccess
Grants permissions to users and groups to access a DFS namespace folder.
What does the PowerShell CmdLet Do?
Move-DfsnFolder
Moves or renames a DFS namespace folder.
What does the PowerShell CmdLet Do?
New-DfsnFolder
Creates a folder in a DFS namespace.
What does the PowerShell CmdLet Do?
New-DfsnFolderTarget
Adds a target to a DFS namespace folder.
What does the PowerShell CmdLet Do?
New-DfsnRoot
Creates a DFS namespace.
What does the PowerShell CmdLet Do?
New-DfsnRootTarget
Adds a root target to a DFS namespace.
What does the PowerShell CmdLet Do?
Remove-DfsnAccess
Removes users and groups from the ACL for a folder in a DFS namespace.
What does the PowerShell CmdLet Do?
Remove-DfsnFolder
Removes a DFS namespace folder.
What does the PowerShell CmdLet Do?
Remove-DfsnFolderTarget
Removes a target for a DFS namespace folder.
What does the PowerShell CmdLet Do?
Remove-DfsnRoot
Removes a DFS namespace.
What does the PowerShell CmdLet Do?
Remove-DfsnRootTarget
Removes a target for a DFS namespace root.
What does the PowerShell CmdLet Do?
Revoke-DfsnAccess
Revokes permissions for users to access and enumerate the contents of a DFS namespace folder.
What does the PowerShell CmdLet Do?
Set-DfsnFolder
Changes settings for a DFS namespace folder.
What does the PowerShell CmdLet Do?
Set-DfsnFolderTarget
Changes settings for a target of a DFS namespace folder.
What does the PowerShell CmdLet Do?
Set-DfsnRoot
Changes settings for a DFS namespace.
What does the PowerShell CmdLet Do?
Set-DfsnRootTarget
Changes settings for a root target of a DFS namespace.
What does the PowerShell CmdLet Do?
Set-DfsnServerConfiguration
Changes settings for a DFS namespace root server.
- ex. New-DfsnFolder -Path "\\Domain\AccountingResources\LegacySoftware" -TargetPath "\\ServerName\AccountingLegacy" -EnableTargetFailback $True -Description "Folder for legacy software."