Brilliant Alan thanks I will give it a shot
On 27 Aug 2019, at 14:32, Alan Bourke alanpbourke@fastmail.fm wrote:
On Tue, 27 Aug 2019, at 11:57 AM, Chris Davis wrote:
or at least allow you to compare two setups?
Go to server 1 and run PowerShell as administrator.
Then
Get-SmbServerConfiguration > server1-serverconfig.txt Get-SmbClientConfiguration > server1-clientconfig.txt
then repeat on server 2, outputting to different text files.
Then compare the text files using the compare tool of your choice, which will highlight the differences.
e.g.
fc server1-serverconfig.txt server2-serverconfig.txt
-- Alan Bourke alanpbourke (at) fastmail (dot) fm
[excessive quoting removed by server]