• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/58

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

58 Cards in this Set

  • Front
  • Back
is a Server Role, that allows us to configure quota policy, configure file screens to prevent users from uploading media to our file server…etc
FSRM
is a caching server that works with the current version of Windows Server and client, but also With Server 2008 and Windows 7, that caches content from SMB and HTTP(S)
Branch Cache
is used with Windows Update, is an adaptable transmission protocol, error correction…etc; and the database engine is “Extensible Storage Engine”(ESE)
BITS (Background Intelligent Transfer)
This mode involves a BranchCache enabled file server locally present in each site, and via group policy, we configure the client computers to work with BranchCache, and we also configure the file server through group policy as well
Hosted Cache;
Advantages: Your cached data is always going to be available & the optimization works across subnets
This mode implements “P2P” client caching, using multicast IP. Peers on a single subnet can multicast as well as another peer on a different subnet, but the optimization doesn’t work between the two different subnets.
Distributed Cache

-*Disadvantage: This does not work across multiple subnets
-*Advantage: Cost savings, because we’re not implementing a local caching server
How does BranchCache work?
Step 1: The client computer is going to make a SMB request to a shared folder or an HTTP(S) connection to an IIS based web server that exist in the Main Office, possibly a SharePoint Server; The user sees a file in the documents library and goes to download it.
Step 2: The Content Server authenticates and authorizes the user against their ACL/ACEs, and sends hashes/IDs (file identifiers) back to the client
Step 3: Depending upon whether you are using distributed or hosted cache mode. Distributed: The clients is going to multicast it’s local subnet looking for peers on the same subnet (P2P)
4. If the local BranchCache has the content and it matches the hashes/IDs sent by Content Server, then the BranchCache server serves the file to the client; If the file was modified on the Content Server, the local Caching Server check against the hashes/IDs and verify that they don’t match and would go over the WAN link and download the file, then deliver it to the client
What is the Server Side Configuration for BranchCache?
-*1. Install the BranchCache feature on your host (file) servers
-*2. Configure BranchCache servers via GPO
-*3. Mark the appropriate file shares that will take advantage of BranchCache.
What is the Client Side Configuration for BranchCache?
-*1. Use group policy to Enable and tweak our BranchCache settings.
-*2. Make Windows Firewall allowances for BranchCache
this is basically us tagging file system resources; on a file by file basis, we can stamp files to denote their value in the organization
File Classification Infrastructure
deals with metadata tags that are used to describe your shared files in your organization, and we can create “access lists” based on the folder and file metadata properties
Dynamic Access Control
gives the user a very clear message on what they’re trying to access and how they can seek remediation, and the Administrator can see what the user was trying to access and why they were denied.
Access Denied Assistance
We can create regular expression based rules that will search through the content of every file/folder and look for particular strings;This serves as an engine for sifting through those files, stamping them with metadata properties
Auto Classification
we can take action on those files and do whatever we want with them. (copy, move, archive
File Management Tasks
allows us to granularly perform audit policies for file access using expressions instead of having to tag multiple folders and gather 1,000s of audit entries potentially
Expression-based audit policies
is a built in server that provides interoperability with Linux/Unix.
Network File System (NFS) v4.x
Why would we want NFS?
-*Integrates with Failover Clustering-we can present NFS data in a high availability context
-*-*Windows/Linux integration, esp VMWare ESXi/vSphere
-allows Linux users to get to shared data transparently using their native network protocol
-*Allows you to create highly available ESXi VMs over NFS v4 or 3 in WC
What are the group polices necessary to implement BrancheCache ?
1.Turn on BranchCache*”- specifies whether BranchCache is enabled on client computers
2.Enable Automatic Hosted Cache Discovery by Service Connection Point**-the specifies whether client computers should look for a hosted cache server
3.Set BranchCache Distributed Cache Mode**- enable this to maximize your client workstations ability to reach cache resources from its peers as well
4.Hash Publication for BranchCache” **and select the option “Allow hash publications only for shared folders on which BranchCache is enabled
5.WFAS> “Inbound Rules”>Create 2 Inbound Rules; BranchCache-Content Retrieval(use HTTP) & BranchCache-Peer Discovery (Uses WSD
cmdlet-manually creates file hashes
Publish-BCFileContent
What Roles & Features do you need to install to implement BranchCache?
1.Roles:File & Storage Services>Select “BranchCache for Network Files
2.Select “BranchCache in the features list
cmdlet tells us if BranchCache enabled, it’s startup type, what the client mode is set for and most importantly
Get-BCStatus
What is the most important thing that we look for when we run Get-BCStatus for the Content Server?
ContentServerConfiguration”>“ContentServerIsEnabled : True”
What is the most important thing that we look for when we run Get-BCStatus for the Caching Server?
HostedCacheServerConfiguration”>”HostedCacheServerIsEnabled: True”
we need to generate hashes for our website, and we do this through PowerShell typing:
publish-BCWebContent C:\inetpub\wwwroot
pre-stage cached content on our caching server by running?
Export-BCCachePackage
we want to register this as an Service Connection Point; as a server that can cache resources on behalf of clients
PowerShell:
-Enable-BCHostedServer –RegisterSCP
-the service connection point is what gives this server special privilege to serve as a cache server
Reboot the Branche Cache Client service by typing:
Get-Service peerdistsvc | restart- service
What 3 Predefined Firewall Rules Must be Enabled for BranchCache?
BranchCache--Content Retrieval(Uses HTTP)

BranchCache--Hosted Cache Server (Uses HTTPs)

BranchCache--Peer Discovery (Uses WSD)
enables you to track which users access specific files and folders and how those users access those files and folders.
File access auditing
FSRM CMDLETS

Gets access denied remediation settings for events.
Get-FsrmAdrSetting
FSRM CMDLETS

Returns an FSRM action object.
New-FsrmAction
FSRM CMDLETS


Creates an auto apply quota.
New-FsrmAutoQuota
FSRM CMDLETS

Creates a classification property definition.
New-FsrmClassificationPropertyDefinition
FSRM CMDLETS

Creates a classification property value.
New-FsrmClassificationPropertyValue
FSRM CMDLETS

Creates an automatic classification rule.
New-FsrmClassificationRule
FSRM CMDLETS

Creates a file group.
New-FsrmFileGroup
FSRM CMDLETS

Creates a file management job.
New-FsrmFileManagementJob
FSRM CMDLETS

Creates a file screen.
New-FsrmFileScreen
FSRM CMDLETS

Creates a file screen exception.
New-FsrmFileScreenException
FSRM CMDLETS

Creates a file screen template.
New-FsrmFileScreenTemplate
FSRM CMDLETS

Returns an action object for file management jobs.
New-FsrmFmjAction
FSRM CMDLETS

Creates a file management property condition object.
New-FsrmFmjCondition
FSRM CMDLETS

Returns a notification object for file management jobs.
New-FsrmFMJNotification
FSRM CMDLETS

Creates a FSRM quota.
New-FsrmQuota
BRANCHCACHE CMDLETS

Increases the amount of cache storage space that is available on a hosted cache server by adding a new cache file.
Add-BCDataCacheExtension
BRANCHCACHE CMDLETS

Deletes all data in all data and hash files.
Clear-BCCache
BRANCHCACHE CMDLETS

Disables downgrading, so that client computers that are running Windows® 8 Consumer Preview do not request Windows® 7-specific versions of content information from content servers.
Disable-BCDowngrading
BRANCHCACHE CMDLETS

Configures a client to ignore content discovery requests in distributed cache mode when operating on battery power.
Disable-BCServeOnBattery
BRANCHCACHE CMDLETS

Enables BranchCache and configures a computer to operate in distributed cache mode.
Enable-BCDistributed
BRANCHCACHE CMDLETS

Instructs a client computer that is running Windows® 8 Consumer Preview to operate in a downgraded Windows® 7 mode.
Enable-BCDowngrading
BRANCHCACHE CMDLETS

Configures BranchCache to operate in hosted cache client mode.
Enable-BCHostedClient
BRANCHCACHE CMDLETS

Configures BranchCache to operate in hosted cache server mode.
Enable-BCHostedServer
BRANCHCACHE CMDLETS

Enables the BranchCache service in local caching mode.
Enable-BCLocal
BRANCHCACHE CMDLETS

Exports a secret key to a file.
Export-BCSecretKey
BRANCHCACHE CMDLETS

Deletes a data cache file.
Remove-BCDataCacheExtension
BRANCHCACHE CMDLETS

Specifies the BranchCache computer authentication mode.
Set-BCAuthentication
BRANCHCACHE CMDLETS

Modifies the maximum amount of time that data can remain in the cache.
Set-BCDataCacheEntryMaxAge
BRANCHCACHE CMDLETS

Sets the minimum latency that must exist between client and server before transparent caching functions are utilized.
Set-BCMinSMBLatency
BRANCHCACHE CMDLETS

Sets the cryptographic key used in the generation of segment secrets.
Set-BCSecretKey