├── .vs ├── BranchCache │ └── v15 │ │ └── .suo ├── ProjectSettings.json ├── VSWorkspaceState.json └── slnx.sqlite ├── BCMon ├── BCMon-1.7.0.2504.1.zip └── TwoPint.BCMon.Framework_Release_x64_1.27.0.0.zip ├── CacheInjection ├── .vs │ ├── CacheInjection │ │ └── v15 │ │ │ └── .suo │ ├── ProjectSettings.json │ └── slnx.sqlite └── InjectBCData.ps1 ├── Clear ConfigMgr and BranchCache caches └── ClearBranchCacheAndConfigMgrCaches.ps1 ├── ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache ├── Import File │ ├── Branchcache Tuner 1.0.1.3.cab │ └── Branchcache Tuner 1.0.1.4.zip └── Source │ ├── CacheSize_DISCOVERY.ps1 │ ├── CacheSize_REMEDIATE.ps1 │ ├── MAIN_DISCOVERY.ps1 │ └── MAIN_REMEDIATE.ps1 ├── Creating P2P Test Packages ├── Get-BITSInfoFromEventLog.ps1 └── New-SetOfP2PTestPackages.ps1 ├── Event ├── CheckBCEvents.ps1 └── Get-BCDataCacheReconfigureFromEventLog.ps1 ├── GPO Backup - BranchCache Firewall └── BranchCache Firewall Settings - GPO Backup.zip ├── LICENSE ├── Large-Scale BCMon Testing ├── Invoke-BCMonProbeMatch.ps1 ├── Invoke-BCMonProbeV2.ps1 ├── Invoke-MassBCMonProbing.ps1 └── New-BCMonReport.ps1 ├── MigrationFromLegacyP2P └── AdaptivaBranchCache.ps1 ├── README.md ├── Troubleshooting ├── Get-BCEventErrorsCollectAndAnalyzeCounters.ps1 └── Test-BitsDownload.ps1 └── Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments ├── Sample Commands - Set-BranchCache-Apps.ps1 ├── Sample Commands - Set-BranchCache-Packages.ps1 ├── Sample Commands - Set-BranchCache-SoftwareUpdates.ps1 ├── Set-BranchCache-Apps.ps1 ├── Set-BranchCache-Packages.ps1 ├── Set-BranchCache-SoftwareUpdates.ps1 └── Set-BranchCache-TaskSequences.ps1 /.vs/BranchCache/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/.vs/BranchCache/v15/.suo -------------------------------------------------------------------------------- /.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/.vs/VSWorkspaceState.json -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /BCMon/BCMon-1.7.0.2504.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/BCMon/BCMon-1.7.0.2504.1.zip -------------------------------------------------------------------------------- /BCMon/TwoPint.BCMon.Framework_Release_x64_1.27.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/BCMon/TwoPint.BCMon.Framework_Release_x64_1.27.0.0.zip -------------------------------------------------------------------------------- /CacheInjection/.vs/CacheInjection/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/CacheInjection/.vs/CacheInjection/v15/.suo -------------------------------------------------------------------------------- /CacheInjection/.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /CacheInjection/.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/CacheInjection/.vs/slnx.sqlite -------------------------------------------------------------------------------- /CacheInjection/InjectBCData.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/CacheInjection/InjectBCData.ps1 -------------------------------------------------------------------------------- /Clear ConfigMgr and BranchCache caches/ClearBranchCacheAndConfigMgrCaches.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Clear ConfigMgr and BranchCache caches/ClearBranchCacheAndConfigMgrCaches.ps1 -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Import File/Branchcache Tuner 1.0.1.3.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Import File/Branchcache Tuner 1.0.1.3.cab -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Import File/Branchcache Tuner 1.0.1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Import File/Branchcache Tuner 1.0.1.4.zip -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/CacheSize_DISCOVERY.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/CacheSize_DISCOVERY.ps1 -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/CacheSize_REMEDIATE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/CacheSize_REMEDIATE.ps1 -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/MAIN_DISCOVERY.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/MAIN_DISCOVERY.ps1 -------------------------------------------------------------------------------- /ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/MAIN_REMEDIATE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/ConfigMgr Configuration Item (CI) to Enable and Tune BranchCache/Source/MAIN_REMEDIATE.ps1 -------------------------------------------------------------------------------- /Creating P2P Test Packages/Get-BITSInfoFromEventLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Creating P2P Test Packages/Get-BITSInfoFromEventLog.ps1 -------------------------------------------------------------------------------- /Creating P2P Test Packages/New-SetOfP2PTestPackages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Creating P2P Test Packages/New-SetOfP2PTestPackages.ps1 -------------------------------------------------------------------------------- /Event/CheckBCEvents.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Event/CheckBCEvents.ps1 -------------------------------------------------------------------------------- /Event/Get-BCDataCacheReconfigureFromEventLog.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Event/Get-BCDataCacheReconfigureFromEventLog.ps1 -------------------------------------------------------------------------------- /GPO Backup - BranchCache Firewall/BranchCache Firewall Settings - GPO Backup.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/GPO Backup - BranchCache Firewall/BranchCache Firewall Settings - GPO Backup.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/LICENSE -------------------------------------------------------------------------------- /Large-Scale BCMon Testing/Invoke-BCMonProbeMatch.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Large-Scale BCMon Testing/Invoke-BCMonProbeMatch.ps1 -------------------------------------------------------------------------------- /Large-Scale BCMon Testing/Invoke-BCMonProbeV2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Large-Scale BCMon Testing/Invoke-BCMonProbeV2.ps1 -------------------------------------------------------------------------------- /Large-Scale BCMon Testing/Invoke-MassBCMonProbing.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Large-Scale BCMon Testing/Invoke-MassBCMonProbing.ps1 -------------------------------------------------------------------------------- /Large-Scale BCMon Testing/New-BCMonReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Large-Scale BCMon Testing/New-BCMonReport.ps1 -------------------------------------------------------------------------------- /MigrationFromLegacyP2P/AdaptivaBranchCache.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/MigrationFromLegacyP2P/AdaptivaBranchCache.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/README.md -------------------------------------------------------------------------------- /Troubleshooting/Get-BCEventErrorsCollectAndAnalyzeCounters.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Troubleshooting/Get-BCEventErrorsCollectAndAnalyzeCounters.ps1 -------------------------------------------------------------------------------- /Troubleshooting/Test-BitsDownload.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Troubleshooting/Test-BitsDownload.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-Apps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-Apps.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-Packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-Packages.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-SoftwareUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Sample Commands - Set-BranchCache-SoftwareUpdates.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-Apps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-Apps.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-Packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-Packages.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-SoftwareUpdates.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-SoftwareUpdates.ps1 -------------------------------------------------------------------------------- /Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-TaskSequences.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/2pintsoftware/BranchCache/HEAD/Verify BranchCache Flags on Packages, Software Updates, Applications and Deployments/Set-BranchCache-TaskSequences.ps1 --------------------------------------------------------------------------------