Windows can store a max of 512 Volume Shadow Copy Snapshots. But you may have noticed when you go to view the list of snapshots in Windows 7 or Server 2008, no more than 64 are displayed.
To gain access to the additional snapshots, above the 64 limit you will need a Windows XP machine (and have set the server to store more than 64). I use a Windows XP virtual machine for this purpose. If you get on a server 2008R2 or higher server, and view previous versions, you will not see them all if you have increased the number above 64. In that case, boot up a XP machine, like a VM, Next, you can make a UNC connection to the share or folder of interest. From there go to properties>previous versions. If you have the server set to the max 512, using this method, you will have access to all 512 previous versions. Because our servers are configured to store the max number of VSS snapshots, I have to use this method to gain access to the larger number.
I am not sure if there is another way to gain access to the additional snapshots. All I know is this is how we have to do it at work and it works.
On the server perform the following regedit to enable viewing more than 64 snapshots:
HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters
Create a value with the name Smb2 and type DWORD.
Set the value to 0
Reboot the server
Try viewing snapshots and you should now be able to see more than 64 provided you have configured your server to store more.
Incidentally, if you want your server to provide more snapshot perform the following regedit:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VSS\Settings
Create a value with the name MaxShadowCopies and type DWORD. Set the value to the number of snapshots you want to keep. The max is 512
Reboot the server
Showing posts with label 64 snapshot limit. Show all posts
Showing posts with label 64 snapshot limit. Show all posts
Subscribe to:
Posts (Atom)
New beginner's guide to PowerShell on my GitHub page
I created a beginner's guide to PowerShell here: https://github.com/aamjohns/Powershell_Guide/blob/main/README.md I hope it helps someo...
-
*****Transcode 360 will not work with MyMovies running on 64-bit operating systems. If you are using something like Vista Ultimate 64-bit yo...
-
I encountered this error using Office 2016 (32-bit) on Windows 7 x64. Logged on to the system as a User, I opened Control Panel>Mail...
-
Downloads MSI-Installer or Zip of Executable Instruction Manual PDF Description I started creating instructions similar to: Acc...