Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| windows:notes:smb [2026/03/12 11:48] – Sean Rhone | windows:notes:smb [2026/03/12 11:52] (current) – Sean Rhone |
|---|
| ====== TODO ====== | ====== Client ====== |
| | |
| ===== Client ===== | |
| |
| "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Get-SmbClientConfiguration" | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Get-SmbClientConfiguration" |
| "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" |
| |
| ===== Server ===== | ====== Server ====== |
| |
| "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Get-SmbServerConfiguration" | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Get-SmbServerConfiguration" |