Our Story

Who we are and how we solve complex IT challenges.

Our Certifications

Microsoft certifications and partnerships validating our technical expertise.

Leadership

Meet the Experienced Leadership Team Driving WME’s Success

Advisory Updates

Expert guidance on Microsoft, security, and compliance developments.

Case Studies

Real-world outcomes from complex Microsoft-focused IT engagements.

Financial Industry

Secure technology solutions for regulated banks and financial institutions.

Healthcare

Secure Microsoft solutions for compliant, connected, and modern healthcare organizations.

Manufacturing

Cloud and security solutions supporting modern manufacturing operations.

Non-Profit

Cost-efficient Microsoft solutions for mission-driven organizations.

Public Sector

Microsoft-based IT services for secure public sector modernization.

High Tech

Scalable cloud, security, and staffing for fast-growing technology companies.

SMBs

Scalable cloud, security, and staffing for fast-growing technology companies.

Cloud Migration Services

Transition your workloads to the cloud securely for greater scalability and performance.

Data Migration Services

Securely transfer your business data with minimal downtime and maximum integrity.

Application Migration Services

Move your applications seamlessly to modern platforms with minimal business disruption.

Identity & Security Migration Services

Strengthen identity management and security while transitioning to modern Microsoft solutions.

IT Staffing

Connect with skilled IT professionals to strengthen your team and accelerate project delivery.

Accounting & Finance

Connect with experienced accounting and finance professionals to support your business goals.

Licensing Support

Discover the benefits of both CSP and On-premises licensing options and find the best fit for your unique business needs. From cost savings to flexibility, we’ve got you covered.

Power Platform

Unlock the full potential of the Microsoft Power Platform Suite to streamline operations, automate repetitive tasks, and gain real-time insights that drive business growth.

Sharepoint Solutions

Supercharge your business productivity and enhance visibility through our proven SharePoint expertise.

Security Solutions

Protect your business with proactive cybersecurity, compliance, and risk management solutions.

Endpoint Management

Secure, manage, and monitor every device with modern endpoint management solutions.

Enabling Shadow Copies

May 6, 2015

Enabling Shadow Copies: Server 2012 R2 Core

Server Core is a version of Windows Server that has no GUI. When you log in, administrators are only presented with a command prompt. This can make initial setup more difficult, is it requires administrators to have a vast knowledge of the command line and PowerShell. Today’s article will go over how to enable shadow copies on your volumes from the command line. Our main tool will be a program called vssadmin.exe. We will enable shadow copies and configure them using this tool. I also recommend enabling the “File Server VSS Agent Service” role on your file server. This gives you some more options when enabling shadow copies.

For those that don’t know, shadow copies creates a snapshot of your volume, enabling users and administrators to restore old versions of files, or restore them totally if they are deleted. The easiest way to access them is to right-click on a folder or file, select Properties, and then take a look at the “Previous Versions” tab. These copies will be shown here, and you can access them by clicking “Open”.

Administrators can set a few different things when enabling shadow copies. The most common is the size that shadow copies can take on the drive. There are three possibilities for this: unlimited, a set amount (i.e. 100GB), or a percentage of the drive. I would recommend settling on which one to use before enabling shadow copies. This setting can be adjusted after they are enabled.

Enabling Shadow Copies

To enable shadow copy on a drive, run this command:

vssadmin.exe add shadowstorage /for=<volume> /on=<volume> /maxsize=<max size>

Replace the volumes with the correct drive letter. The /for parameter specifies the drive that you want protected by shadow copies. The /on parameter specifies the drive where you want the shadow copies contained. You can have these be different drives.

The /maxsize parameter can be a specific number, such as 100GB, a percentage, such as 10%, or unlimited. Here is an example command:

vssadmin.exe add shadowstorage /for=d: /on=d: /maxsize=15%

Scheduled Task

Now we have to set up a scheduled task to actually take the shadow copies. For Server 2012 R2 Core, you can use Task Scheduler from your client machine and connect to the remote server. From here, we can create our task.

Start by running this command on your file server:

vssadmin.exe list shadowstorage

You need to copy the shadow copy volume ID from the output. This value is the GUID listed in this output:

Copy the long GUID contained within the brackets. Create a new task called “ShadowCopyVolume<volume ID>”.

Set the triggers to your schedule. I would recommend three times a day for a normal 8-5 ogranization, once mid-morning, mid-afternoon, and mid-evening. My schedule, for reference, is 11am, 3pm, and 9pm.

Next, for actions, set the action to “Start a Program”. In the “Program/Script” box, type:

C:\Windows\system32\vssadmin.exe

For the agurments box, type (be sure to replace the volume ID with yours including the brackets):

create Shadow /AutoRetry=15 /For=\\?\Volume<volume ID>\

That’s the task. Now you have shadow copies enabled and functioning on your Server Core file server.

Share:

Facebook
Twitter
LinkedIn

Get Microsoft Updates Before They Cost You Downtime

Retirement dates, licensing changes, and security updates from a Microsoft-exclusive team, sent when they matter, not on a filler schedule.

More Posts

Copilot Cowork: Credit-Based Billing

Until now, Copilot Cowork has been included with M365 Copilot Premium licenses. Now that Cowork has moved out of public preview, Cowork is introducing a ...
Read Full Article
SharePoint OTP Retirement Is Coming in July 2026

SharePoint OTP Retirement Is Coming in July 2026 — What IT Admins Need to Do Before Access Breaks

Starting July 2026, external users who access OneDrive and SharePoint files through legacy SPO OTP links will start receiving access denied — silently, with no ...
Read Full Article
Power Virtual Agents Is Gone. Here's What Replaced It and Why It Matters.

Power Virtual Agents Is Gone. Here’s What Replaced It and Why It Matters.

If someone on your team still calls it “Power Virtual Agents,” they’re working from an outdated map. Microsoft retired the product on November 15, 2023 ...
Read Full Article

Get Microsoft Updates Before They Cost You Downtime

Retirement dates, licensing changes, and security updates from a Microsoft-exclusive team, sent when they matter, not on a filler schedule.
Subscription Form email