MZ@ !L!This program cannot be run in DOS mode. $Rؕ3}3}3}H̴3}H̱3}Rich3}PEL!  @.rsrc@@(@(@?X~p9:0;Hx`yxz{|} 83Prh-    ( 8 H X h x           ( 8 H X h x    $v,hI&psv>TxJzB Xx.H ̛t@H|ĤD^h"h@MUI?n!I`D\rE9/| s MUIen-US#Displays configuration parameters. Sets configuration parameters. +Displays the location of the hosted cache. ,Sets the status of the BranchCache service. &Sets the location of the local cache. "Sets the size of the local cache. 8Displays the current status of the BranchCache service. (Displays the status of the local cache. Resets the BranchCache service. )Generates a new content information key. %Exports the content information key. 'Imports a new content information key. #Flushes the contents of the cache. 4Displays the status of the local publication cache. 2Sets the location of the local publication cache. .Sets the size of the local publication cache. Sets BranchCache SMB latency. PA+Displays BranchCache SMB latency settings. PAp Usage: show hostedcache Remarks: Displays the location of the hosted cache Examples: show hostedcache Usage: set service [mode=]{DISABLED|LOCAL|DISTRIBUTED|HOSTEDSERVER|HOSTEDCLIENT} [[location]=<Host Name>] [[clientauthentication]={DOMAIN|NONE}] [[serveonbattery]={TRUE|FALSE}] Parameters: Tag Value mode - Set the status of the BranchCache Service DISABLED - Disable the service LOCAL - Uses Local Caching Only DISTRIBUTED - Distributed Caching Enabled HOSTEDSERVER - Set as a Hosted Cache Server HOSTEDCLIENT - Set as a Hosted Cache Client location - Set the location of the Hosted Cache Server. This tag is only necessary if the mode tag is set to HOSTEDCLIENT and is invalid otherwise. clientauthentication - Set the mechanism used by a Hosted Cache Server to authenticate clients. This tag is only used if the mode tag is set to HOSTEDSERVER and is invalid otherwise. DOMAIN - Clients of the hosted cache must be members of the same domain NONE - No authentication mechanism is used serveonbattery - Enables the local client to respond to peers for requests for cached data while on battery power This tag is only used if the mode tag is set to DISTRIBUTED and is invalid otherwise. TRUE - Enables serving data while on battery power. FALSE - Disables serving data while on batter power. Remarks: Sets the status of the BranchCache service. This command will also ensure that the necessary firewall configuration for the chosen mode is in place. It is strongly recommended that you provide a fully qualified domain name as the location of the Hosted Cache when setting Hosted Cache Client mode. Examples: set service DISABLED set service mode=DISTRIBUTED set service mode=HOSTEDCLIENT location=SERVER123 set service mode=HOSTEDSERVER clientauthentication=DOMAIN  Usage: set localcache [directory=]{DEFAULT|<File Path>} Parameters: Tag Value directory - The fully qualified path to the directory in which the local cache should be stored. Set to DEFAULT to restore the default cache location. Remarks: Sets the location of the BranchCache service's local cache. Note that the service will be stopped and restarted if necessary in order to complete the change. Any existing cache files will be moved to the new location. Examples: set localcache DEFAULT set localcache directory=C:\BranchCache\Localcache  Usage: set cachesize [size=]{DEFAULT|<number>} [[percent=]{TRUE|FALSE}] Parameters: Tag Value size - The size of the cache. Entered as either a percentage or an exact number of bytes. Set to DEFAULT to restore the default configuration percent - Determines if the size tag is treated as a percentage of the size of the hard disk or as an exact number of bytes. Ignored if the size tag is set to DEFAULT. TRUE - size is a percentage of the size of the hard disk FALSE - size is an exact number of bytes (Default) Remarks: Sets the size of the BranchCache service's local cache. The size can be entered as either an exact number of bytes, or as a percentage of the size of the disk. Note that this refers to the size of the disk on which the cache is located, not the total size of all disks present on this computer. Examples: set cachesize DEFAULT set cachesize 20971520 set cachesize size=20 percent=TRUE  Usage: show status [[detail=]{BASIC|ALL}] Parameters: Tag Value detail - The level of detail to display (Optional) BASIC - Display only basic information (Default) ALL - Display all available information Remarks: Displays the current status of the BranchCache service. Examples: show status show status ALL show status detail=ALL  Usage: show localcache Remarks: Displays the status of the local cache. The maximum size of the cache can be configured as either an exact number of bytes or as a percentage of the size of the disk. Note that this refers to the size of the disk on which the cache is located, not the total size of all disks present on this computer. Examples: show localcache Usage: reset Remarks: Resets the BranchCache service. Flushes the local and publication caches. Every configuration parameter of BranchCache will be reset to its default value. Examples: reset 0 Usage: set key [[passphrase=]<Pass Phrase>] Parameters: Tag Value passphrase - A passphrase to use to generate the key. If a passphrase is not provided, a random key will be generated. Two keys generated using the same passphrase will always be identical. Using a passphrase is a convenient way to duplicate the same key on another machine. (Optional) Remarks: Generates a new key for the BranchCache service to use to protect content information. If the service is currently running, this command will stop and restart it in order to begin using the new key. Examples: set key set key passphrase="I want my content to be secure"  Usage: exportkey [outputfile=]<File Path> [passphrase]=<Pass Phrase> Parameters: Tag Value outputfile - The directory path and name of the file to which the key should be exported passphrase - A passphrase required in order to import the key Remarks: This command will export the key which the BranchCache service uses to protect content information. The key can then be imported on another machine by using the importkey command. Examples: exportkey %%TMP%%\secret.key "Key file password" exportkey outputfile=C:\KeyDirectory\secret.key "Key file password" 4 Usage: importkey [inputfile=]<File Path> [passphrase]=<Pass Phrase> Parameters: Tag Value inputfile - The location of the file from which the key should be imported passphrase - The passphrase used when exporting the key using the exportkey command Remarks: This command will import a new key for the BranchCache service to use to protect content information. The key must have been previously exported by means of the exportkey command. If the service is currently running, this command will stop and restart it in order to begin using the new key. Examples: importkey %%TMP%%\secret.key "Key file password" importkey inputfile=C:\KeyDirectory\secret.key "Key file password" a Usage: flush Flushes the contents of the local and publication caches. Examples: flush  Usage: show publicationcache Remarks: Displays the status of the local publication cache. The maximum size of the cache can be configured as either an exact number of bytes or as a percentage of the size of the disk. Note that this refers to the size of the disk on which the cache is located, not the total size of all disks present on this computer. Examples: show publicationcache  Usage: set publicationcache [directory=]{DEFAULT|<File Path>} Parameters: Tag Value directory - The fully qualified path to the directory in which the local publication cache should be stored. Set to DEFAULT to restore the default cache location. Remarks: Sets the location of the BranchCache service's local publication cache. Note that the service will be stopped and restarted if necessary in order to complete the change. Examples: set publicationcache DEFAULT set publicationcache directory=C:\BranchCache\PublicationCache  Usage: set publicationcachesize [size=]{DEFAULT|<number>} [[percent=]{TRUE|FALSE}] Parameters: Tag Value size - The size of the cache. Entered as either a percentage or an exact number of bytes. Set to DEFAULT to restore the default configuration percent - Determines if the size tag is treated as a percentage of the size of the hard disk or as an exact number of bytes. Ignored if the size tag is set to DEFAULT. TRUE - size is a percentage of the size of the hard disk FALSE - size is an exact number of bytes (Default) Remarks: Sets the size of the BranchCache service's local publication cache. The size can be entered as either an exact number of bytes, or as a percentage of the size of the disk. Note that this refers to the size of the disk on which the cache is located, not the total size of all disks present on this computer. Examples: set publicationcachesize DEFAULT set publicationcachesize 20971520 set publicationcachesize size=20 percent=TRUE Usage: set latency [latency=]<number> Parameters: Tag Value latency - Minimum link latency to the branch office before SMB will use BranchCache caching. In milliseconds % Usage: get Parameters: None PAQuery Hosted Cache LocationSet Local Cache LocationSet Local Cache SizeSet Service ModeSet Service StatusConfigure NetworkingWarn if Firewall is disabled"Warn if inbound traffic is blockedPrint Header Separator LinePrint General Status HeaderPrint Cache Status HeaderPrint Firewall Status HeaderDisplay Service ModeDisplay Service StatusDisplay Service Start TypeDisplay Maximum Cache SizeDisplay Local Cache LocationDisplay URL Reservation Status"Display Firewall Rule Group Status'Display Hosted Cache Certificate StatusSet Service Start TypeSet Key Export Key Import Key Flush CacheDisplay Current Cache SizeReset Local Registry DefaultsSet Service Shutdown Timeout"Display Client Authentication ModeDelete Cache FilesDisable and Stop Service&Display Publication Cache Maximum Size"Display Publication Cache LocationSet Publication Cache Location Set latency Show LatencyBegin Alignment RangeEnd Alignment Range Render OutputConfigure cacheRefresh configuration settings0Set service startup configuration check overridePA% Error Executing Action %1!s!: %2!s! -Could not retrieve value from system registry&Could not set value in system registry"Could not retrieve string resourceCould not print to console"Internal BranchCache context errorUnable to read from file'Could not query service control managerPA&Could not configure service start typeCould not start service)Could not query HTTP Server configuration'Could not set HTTP Server configuration.Could not query Windows Firewall configuration,Could not set Windows Firewall configuration<Group Policy is preventing successful firewall configurationCould not query secret store Out of memory@Could not export key. Please ensure the output directory existsYCould not import key. Please ensure the import file exists and the passphrase is correctCould not generate new key.Could not stop service.Could not create an RPC binding to the service/Could not release an RPC binding to the serviceError flushing the local cachePA Error querying cache informationError calling RPC method;An error occurred while resolving the hosted cache location]The specified hosted cache location is not valid. Please enter a valid hosted cache location9A host name is required. Please enter a valid host name.,Could not configure cache directory securityCould not stop service#Could not restore registry defaults,Could not configure service shutdown timeout+The hosted cache connection port is invalidFailed to move cache filesFailed to delete cache files.The specified cache size exceeds the disk sizeError refreshing configurationPA>This machine is currently configured as a hosted cache server.8This machine is not configured as a hosted cache client.Hosted Cache Location Setting Local Cache Location... CThis command can only be executed from an elevated command prompt. $The cache size entered is not valid Setting Cache Size... CHosted Cache Server Mode cannot be used in this version of Windows %A Hosted Cache location is required. Setting Service Mode... 'Setting Service Start Type to %1!s!... Starting Service... 6Configuring URL Reservation url=%1!s!, sddl=%2!s! ... &Enabling firewall rule group %1!s!... 'Disabling firewall rule group %1!s!... P-------------------------------------------------------------------------------  BranchCache Service Status:  Local Cache Status:  Networking Status: Service ModeCurrent StatusService Start TypeLocal Cache Location = %1!s! (Default) # ---------------------------------------- # BranchCache Configuration # ---------------------------------------- pushd BranchCache set service status=%1!s! %2!s! set cachesize size=%3!s! percent=%4!s! set localcache directory=%5!s! popdStopping Service... _The service is currently disabled. Please use the "set service" command to enable the service Exporting Key... Importing Key... Generating Key... Flushing Cache... %Resetting Local Registry Defaults... AThis command can only be executed when BranchCache is installed. *SSL Certificate Bound To Hosted Cache PortClient AuthenticationFThe specified passphrase is invalid. Please enter a valid passphrase.7The %1!s! parameter is not valid for this service mode.<Temporarily disabling the service while moving the cache... PA'The specified directory does not exist.Enabling the service... Moving cache files... = Default Deleting cache files... "Disabling and stopping service...  Publication Cache Status: Publication Cache Location&Setting Publication Cache Location... Removing cache files... 1The specified directory is not on an NTFS volume.PA)The specified directory path is too long.Serve peers on battery powerSMB Latency=%1!d! ms SMB Latency=%1!d! ms %2!s! ?The SMB Latency value could not be retrieved from the registry ! BranchCache SMB Configuration: >The latency value is invalid. Allowed values (0 - 2147483647) = %1!s!  = %1!s! %2!s! Maximum Cache Size$ = %1!I64u! Bytes [%2!d!%%%%] %3!s! # = %1!I64u!%%%% of hard disk %2!s! Active Current Cache Size = %1!I64u! Bytes  = %1!s! %1!s! Modifying cache settings... 'The destination directory must be emptyPA(Set By Group Policy)CCannot alter this setting because it is configured by Group Policy Succeeded 0The specified directory location does not exist Manual AutomaticFailed Disabled Local CachingDistributed CachingHosted Cache ServerHosted Cache ClientRunningPausedStoppedDefaultPolicy Refresh in ProgressEnabledDisabled ConfiguredNot Configured (Required)(Not Required)Domain AuthenticationPANo AuthenticationEnabled[Multiple Servers][ The local cache file location change will not take effect until the service is restarted. 7 Warning: The Windows Firewall is Currently Disabled. O Warning: The Windows Firewall is Configured to block all Inbound Connections B Warning: An HTTP URL Reservation is required but not configured. = Warning: A Firewall Rule Group is required but not enabled. Warning: There is no certificate bound to the Hosted Cache Port. A Hosted Cache SSL Certificate is required to serve Windows 7 clients or to serve Vista clients which are using the BITS protocol. w Warning: It is recommended that a fully qualified domain name is used to specify the name of the Hosted Cache server. Warning: Current group policy configuration prevents local firewall rules from being applied. The BranchCache configuration will be changed, but changes to the local BranchCache firewall rules will not take effect. +BranchCache - Content Retrieval (Uses HTTP)'BranchCache - Peer Discovery (Uses WSD).BranchCache - Hosted Cache Server (Uses HTTPS).BranchCache - Hosted Cache Client (Uses HTTPS)'BranchCache Content Retrieval (HTTP-In)(BranchCache Content Retrieval (HTTP-Out)#BranchCache Peer Discovery (WSD-In)$BranchCache Peer Discovery (WSD-Out))BranchCache Hosted Cache Server (HTTP-In))BranchCache Hosted Cache Server(HTTP-Out)*BranchCache Hosted Cache Client (HTTP-Out)GInbound rule for BranchCache to allow data transfer using HTTP [TCP 80]HOutbound rule for BranchCache to allow data transfer using HTTP [TCP 80]?Inbound rule for BranchCache to allow peer discovery [UDP 3702]@Outbound rule for BranchCache to allow peer discovery [UDP 3702]`Inbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP]aOutbound rule for BranchCache to allow communication between a hosted cache and its clients [TCP]POutbound rule for BranchCache to allow connection to a hosted cache server [TCP]PA Content Retrieval Firewall RulesPeer Discovery Firewall Rules"Hosted Cache Server Firewall Rules"Hosted Cache Client Firewall RulesPA!Content Retrieval URL ReservationHosted Cache URL Reservation!Hosted Cache HTTP URL ReservationWith BranchCache, clients use HTTP to retrieve content from each other in the distributed mode, and from the hosted cache in hosted cache mode. This firewall rule opens up the HTTP port (port 80) for clients to provide encrypted data to other requesting clients.With BranchCache, clients use the WS Discovery protocol to lookup content availability on the local subnet. This firewall rule opens the port for WS Discovery so that clients can watch for these incoming requests and respond to them.With BranchCache, clients can be configured to use the hosted cache. This firewall rule opens up the needed ports on the clients to facilitate communication with the hosted cache.With BranchCache, clients can be configured to use a hosted cache. This firewall rule opens up the needed ports on the hosted cache to allow clients to communicate with the hosted cache.4VS_VERSION_INFO@%@%?StringFileInfo040904B0LCompanyNameMicrosoft Corporation`FileDescriptionBranchCache Netshell Helperr)FileVersion6.3.9600.16384 (winblue_rtm.130821-1623)>InternalNamepeerdistsh.dll.LegalCopyright Microsoft Corporation. All rights reserved.NOriginalFilenamepeerdistsh.dll.muij%ProductNameMicrosoft Windows Operating SystemBProductVersion6.3.9600.16384DVarFileInfo$Translation PADD