{"id":2706,"date":"2015-04-02T09:34:23","date_gmt":"2015-04-02T07:34:23","guid":{"rendered":"http:\/\/wordpress.networknet.nl\/?p=2706"},"modified":"2015-04-02T10:22:06","modified_gmt":"2015-04-02T08:22:06","slug":"powershell-enable-duplication-on-windows-server-2012-r2","status":"publish","type":"post","link":"https:\/\/www.networknet.nl\/apps\/wp\/archives\/2706","title":{"rendered":"PowerShell: Enable Duplication on Windows Server 2012 R2"},"content":{"rendered":"<p>Deduplication is a powerful feature that helps you to reduce physical\u00a0storage requirement. Windows Server 2012 and Windows Server 2012 R2 are now capable to enable this feature on a data volume.<\/p>\n<div class=\"messageBox info icon\"><span>Data deduplication involves finding and removing duplication within data without compromising its fidelity or integrity. The goal is to store more data in less space by segmenting files into small variable-sized chunks (32\u2013128 KB), identifying duplicate chunks, and maintaining a single copy of each chunk. Redundant copies of the chunk are replaced by a reference to the single copy. The chunks are compressed and then organized into special container files in the System Volume Information folder.<\/span><\/div>\n<p>I have done some testing and now I am going to enable this feature during my server refresh project on all file servers that are being migrated. Part of the migration is to create a SCCM program or task sequence to run this after the server has been migrated.<\/p>\n<pre class=\"brush:powershell\">Import-Module ServerManager\r\nAdd-WindowsFeature -name FS-Data-Deduplication\r\nEnable-DedupVolume G:\\<\/pre>\n<p>\u00a0<a href=\"https:\/\/www.networknet.nl\/apps\/wp\/wp-content\/uploads\/2015\/04\/Enable-Dedupvolume.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-2707\" src=\"https:\/\/www.networknet.nl\/apps\/wp\/wp-content\/uploads\/2015\/04\/Enable-Dedupvolume.png\" alt=\"Enable-Dedupvolume\" width=\"650\" height=\"231\" \/><\/a><\/p>\n<p>I have already seen reduction between 30 to 40% on a production file server. Today I have enabled this on my SCCM server to reduce disk space so I can add more installation images without expanding the storage on a private cloud provider.<\/p>\n<h3>\u00a0Links<\/h3>\n<ul>\n<li>MSDN:\u00a0<a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/hh769303%28v=vs.85%29.aspx\" target=\"_blank\">About Data Deduplication<\/a><\/li>\n<li>Technet:\u00a0<a href=\"https:\/\/technet.microsoft.com\/en-in\/library\/hh831434.aspx\" target=\"_blank\">Install and Configure Data Deduplication<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Deduplication is a powerful feature that helps you to reduce physical\u00a0storage requirement. Windows Server 2012 and Windows Server 2012 R2 are now capable to enable this feature on a data volume. I have done some testing and now I am going to enable this feature during my server refresh project on all file servers that are being migrated. Part of the migration is to create a SCCM program or task sequence to run this after the server has been migrated. Import-Module ServerManager Add-WindowsFeature -name FS-Data-Deduplication Enable-DedupVolume G:\\ \u00a0 I have already seen reduction between 30 to 40% on a production file server. Today I have enabled this on my SCCM server to reduce disk space so I can add more installation images without expanding the storage on a private cloud provider. \u00a0Links MSDN:\u00a0About Data Deduplication Technet:\u00a0Install and Configure Data Deduplication<\/p>\n","protected":false},"author":2,"featured_media":1270,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[51,515],"tags":[766,767,42],"class_list":["post-2706","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft","category-powershell-microsoft","tag-deduplication","tag-enable-dedupvolume","tag-powershell"],"_links":{"self":[{"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/posts\/2706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/comments?post=2706"}],"version-history":[{"count":6,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/posts\/2706\/revisions"}],"predecessor-version":[{"id":2713,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/posts\/2706\/revisions\/2713"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/media\/1270"}],"wp:attachment":[{"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/media?parent=2706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/categories?post=2706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.networknet.nl\/apps\/wp\/wp-json\/wp\/v2\/tags?post=2706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}