Windows 8.1 pro client on a Windows server 2012 R2 Essentials domain, how to change lock when idle?

Hi,
I need to find out how to do something?
I have Windows 8.1 pro running on my PC and its part of a domain which is Windows Server 2012 R2 Essentials, it all runs perfectly except for a little niggle where my Win 8.1 PC locks after its not used for a short time.  What I want to find out is
how to change this so it no longer locks when idle?  I know this is a security feature but as its just my home pc it can be very annoying to log in again after walking away from the PC for a few min's.
I've had a look through the default domain policy but there are so many settings that I can't find it, that's even if there is a setting there?
Anyway can anyone help?
Thanks
JK
JK MCP

Hi,
We can try to implement by use High performance power plan or GPO to prevent computer from locking down:
Refer to the solution here:
http://social.technet.microsoft.com/Forums/en-US/0863112d-ee54-4808-9d27-0380d7bf04b0/gpo-to-disable-lock-computer-?forum=winserverGP
Also, you can check if there is any task scheduled for idle:
Task Conditions
http://technet.microsoft.com/en-us/library/cc721902.aspx
Hope these could be helpful.
Kate Li
TechNet Community Support

Similar Messages

  • The MS15-10 Security Update for Windows Server 2012/R2 Essentials and the Client Restore Functionality

    The MS15-10 Security Update for Windows Server 2012/R2 Essentials and the Client Restore Functionality - The Windows Server Essentials and Small Business Server Blog - Site Home - TechNet Blogs:
    http://blogs.technet.com/b/sbs/archive/2015/03/13/the-ms15-10-security-update-for-windows-server-2012-r2-essentials-and-the-client-restore-functionality.aspx
    FYI

    Hi Susan.  I hope there's a better 'fix' coming to replace this "uninstall the updates, restore, then reinstall the updates after the restore".  This kind of workaround requires that all of us remember that there's a problem
    with KB3023562 and KB3004375 from now until the end of WS2012E.  Not sure I'll remember this 6 months from now when the problem crops up during a restore.   -:(
     Merv Porter
    =========================

  • Is it possible to downgrade windows 8.1 pro FPP oem to windows 7 pro? what is the procedure to downgrade FPP OEM windows 8.1?

    Is it possible to downgrade windows 8.1 pro FPP oem to windows 7 pro? what is the procedure to downgrade FPP OEM windows 8.1?

    If you have license for Windows 7 or you have downgrade option. You should do reinstall of Windows 7 and there is no direct downgrade option. It is possible to backup data and then restore files from user profile manually but there is
    no direct downgrade option and you have to reinstall all programs.

  • Can I install Windows Server 2012 r2 essentials over Windows 7 Pro

    I have new hardware that came with windows 7 pre-installed. It meets and exceeds hardware requirements. Can i install Windows Server 2012 R2 Essentials on this machine. What is the procedure? Any help would be grateful.
    Thanks
    Woodrow

    Hi.
    I agree with Milos on this; if you want to install Windows Server 2012 Essentials on a machine which suppose to use Windows 7, I would use it solely for test purposes.
    Could you tell us what the computer specifications are???
    For anything more serious (and I can see that you want to use this machine for accounting software), I would suggest purchasing a server machine.
    However, if you really really want this machine to be Windows Server 2012 Essentials, check this article on technet:
    Install and Configure Windows Server 2012 Essentials
    How to wipe out HDD
    P.S. As Milosh sugested, please do a backup first
    Backup your system, programs, and files
    Please click on Propose As Answer or to mark this post as and helpful for other people. This posting is provided AS-IS with no warranties, and confers no rights.

  • Access Database (.mdb) on Windows Server 2012 R2 Essentials

    Hi guys, thanks for your time!
    SCENARIO:
    - Windows Server 2012 R2 Essentials
    - Windows 7 Ultimate Clients (3 clients)
    - VB6 application on clients using a MS Database (.mdb) hosted on the server.  
    - Clients access the database (.mdb) via a mapped network drive (K:).
    PROBLEM:
    - Microsoft Database (.mdb) on server gets corrupted frequently.
    - Clients don't "flush their changes" back to the database: database was not updated.
    WORKAROUND:
    - Database was moved from the server to one of the Windows 7 clients.
    - Application is running OK.
    CONFIGURATION:
    - Permissions are correct: network and NTFS.
    - No faulty network hardware: switch, cabling, NICs.
    - Computers and Server hardware is new.
    - UPS are used everywhere.
    SOME LINKS:
    SMB 3.0 
    - Opportunistic Locking and Read Caching on Microsoft Windows Networks.
    - Windows 7 cannot
    open the shared MS Access database if it's opened by another user
    - Initializing the
    Microsoft Jet 4.0 Database Engine Driver
    - Moved to
    Server 2012 getting Access Database Corruption
    Oplocks
    - Configuring
    opportunistic locking in Windows
    - Understanding
    offline files
    - How to
    enable and disable SMBv1, SMBv2, and SMBv3
    - Is it possible to
    monitor and log actual queries against an Access MDB?
    Now, server is useless if it is not hosting our database. Any ideas, please? Do I need to diagnose using Wireshark? Or using Sysinternals Process Monitor? I think that is a waste of time. 
    Thank you! 

    Thanks for your reply.
    Software is from a 3rd party provider. It currently supports concurrency. It was deployed on Windows XP. SQL Server would be a nice upgrade, however that is
    not an option.
    Something has changed with newer versions of Windows. That is what I am going to study in a lab I prepared with a real server and some clients.
    File-sharing databases (Microsoft JET databases) are very old technology even before I was a college student. However, I have been very busy researching this technology.
    It was made for multi-user environments. It is highly tied to file sharing services from Windows: SMB protocol.
    Windows XP, Vista, 7 and 8 use different versions of this protocol. I think that is the root of the problem. With old technology, application was running fine.
    With new technology, application is troublesome. I will check several things: JET drivers vs. ACE drivers, SMB tweaks, etc.
    UPDATE:
    Basically, there are 4 general answers to this issue:
    1) Migrate your Access Database to SQL Server Express (or another RDBMS engine).
    2) @Server: disable SMB 2.0/3.0 protocol stack by powershell command. Network speed decreases.
    3) @Clients: disable client redirector caches by using regedit.
    4) @Server: disable the leasing on the file server. 
    5) @Server: tuning Broadcom NIC parameters.
    References:
    - https://technet.microsoft.com/en-us/library/ff686200(WS.10).aspx
    - https://msdn.microsoft.com/en-us/library/windows/desktop/aa365433(v=vs.85).aspx
    - http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Q_28482197.html
    - http://tipsntricks.sherr.co.uk/stop-smb-corrupting-files/
    - http://www.dataaccess.com/whitepapers/opportunlockingreadcaching.html
    - https://social.technet.microsoft.com/forums/windowsserver/en-US/67baa9fd-5eaf-438e-9cc4-dc1a531b9e19/disabling-oplocksmb2-vs-fileinfocachelifetime
    - https://social.technet.microsoft.com/Forums/windowsserver/en-US/7336d31b-6c24-468a-9c47-750244ae3a8c/moved-to-server-2012-getting-access-database-corruption
    - https://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections
    - http://support2.microsoft.com/kb/2957623
    - http://support2.microsoft.com/kb/2899011
    - http://support2.microsoft.com/kb/2955164
    - https://social.technet.microsoft.com/Forums/en-US/7bd0aa5b-eb95-40a8-a56d-c6013273665c/extremely-slow-smb-network-speed-server-2012-r2?forum=winserver8gen

  • How can I upgrade Windows Server 2012 Essentials to Windows Server 2012 R2 Essentials?

    I have just installed Windows Server 2012 Essentials on my Home Network (from the installation DVD).  I have done absolutely no  configuration  Installing Server 2012 was an oversight;  I meant to install Server 2012 R2 Essentials. 
    I tried to correct by installing R2 from its DVD, hoping it would do an upgrade.  That didn't work.
    Is there a simple way to make it possible to install the correct OS?   For example, can I just demote the existing server and remove any roles that were installed, so that the R2 disk will install over top of the existing installation?
    Alternatively, is it safe to just reformat the partition and install R2? 
    http://technet.microsoft.com/en-us/library/dn408635.aspx seems to imply that this is OK.
    David Pike, P.Eng, MCITP

    Hi Larry.   Thanks for the reply.  It didn't work, but I don't believe you are wrong.  Rather I think there is something weird in my system.  I'm marking your reply as answer.
    Some background:  I'm repurposing an older PC (Compaq SR1614X) as a home server, to manage my home network, use as a gateway to my Azure server, and to help my Server 2012 training (on MVA).  I've been messing with it for nearly two months,
    on and off.  From the start, I've had trouble installing the server 2012 software (see previous threads August-27 and August-16
    ), but when I got to the point that I could install Server 2012 Essentials, I thought I could upgrade to Server 2012 R2 Essentials exactly as you suggest.  That was where you helped me a lot, i.e. you confirmed that my expectations were reasonable. 
    So when it didn't work, I spent most of yesterday trying various different procedures.   I got tantalizingly close, but still no cigar. 
    I can install any Windows Client and Server 2012 Essentials, but the R2 Essentials installation never finishes; it goes into an "error 0x000000C4" boot loop.  At first I wondered if it was because I was installing a server over a
    server, but you confirmed that's not the issue.  I later verified that I cannot install R2 over Windows 7 either, whereas R1 over Win7 is fine.  I can only surmise one of two problems:
    I have a bad installation disk  
    There is a hardware issue
    I plan to eliminate (1) by creating a new disk from a new download.  I have verified that the latest ISO file and the one I have been using have identical byte counts,   
    For (2), I had suspected that the problem was that the older system has no UEFI, but since R1 installs OK, I am discounting that.  Today's effort:  to eliminate the DVD drive, I will try booting from a Flash Drive.  To eliminate
    the hard drive, I will try installing to a different drive.
    I am hoping you can help with one more thing.  When I run setup.exe with the /noreboot option, I have a better chance of success.  The option suppresses the first reboot only, but that one (after "Expanding the setup files") always
    fails, so suppressing it gets me almost to the end of the install.  Is there a way to modify setup.exe so the it always runs with the /noreboot option?

  • Will Windows Server 2012 R2 Essentials - 70A40034US

    will 
    Windows Server 2012 R2 Essentials - 70A40034US
    support and run with windows vista business and vista home premium

    Hi,
    I agree with HILogics,
    Windows Server 2012 R2 Essentials server -
    Yes, you can join the Vista machines to the domain and its compatible but you won't be able to install the Windows Server Connector software as this isn't supported on either Windows XP or Vista clients.
    See here for confirmation:
    http://technet.microsoft.com/en-au/library/dn408636.aspx
    This just means you won't be able to manage the machines through the Essentials Dashboard, it doesn't mean that Vista machines won't be able to log into the network and access shares, etc.
    Support Life Cycle for Windows Vista -
    http://windows.microsoft.com/en-us/windows/lifecycle
    Binu Kumar - MCP, MCITP, MCTS , MBA - IT , Director Aarbin Technology Pvt Ltd - Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • [Forum FAQ] Introduce Backup in Windows Server 2012 R2 Essentials

    Windows Server 2012 R2 Essentials provides reliable ways to perform regular backups of your server and backups of your network computers.
    1. Server Backup
    Description:
    Backs up your server running Windows Server Essentials. The data is backed up to an external USB drive. You can also perform full system restore of server.
    Operations:
    On Dashboard, please select DEVICES and then navigate to the server which you need to backup. Right click the server and select Set up backup. When set up complete, you will be able to
    Start a backup for the server. (Figure 1)
    Figure 1
    More information:
    Manage server backup in Windows Server Essentials
    Restore or repair your server running Windows Server Essentials

    3. Microsoft Azure Backup
    Descriptions:
    Performs an online backup of files or folders on your server. When you use Azure Backup to back up server data, the information is encrypted by using your passphrase before it is uploaded to a secure datacenter on the Internet.
    Operations:
    1) Open Dashboard and follow the path: HOME-> Get Started-> ADD-INS-> Integrate with Windows Azure Backup. Then as Figure 3 shows, you need to “Click to sign up for Windows Azure Backup” and “Click to download Windows Azure
    Backup integration module”.
    Figure 3
    Please note: when you click to download, you may encounter the issue as Figure 4 shows. If so, please follow the path:
    Tools-> Internet Options-> Security->
    Trusted sites-> Add this website to the zone and add
    http://downlaod.microsoft.com,
    https://activedirectory.windowsazure.com in Trusted sites in IE. (Please uncheck
    Require server verification (https:) for all sites in this zone). Then please check if you can download as normal.
    Figure 4
    2) After you download the OnlineBackupAddin, please run it. Then begin to install the add-in. (if any issue occurs in your installation of add-in, please navigate to C:\PrgramData\Microsoft\Windows Server\Logs folder and check
    InstallAddin log file if you can find some clues.)
    3) During your installation, KB 2873390 may be required. Please download the update package and run it. Then Windows Azure Backup Agent Upgrade Wizard appeared. Please follow it and complete as Figure 5
    and Figure 6 show.
    Figure 5
    Figure 6
    4) Then please re-open Dashboard, you will find ONLINE BACKUP option. (Figure 7) There will be three steps that you need to do: (i)
    Upload a certificate. (ii) Register your server.
    (iii) Configure backup settings.
    Figure 7
    (i). Upload a certificate. (In this example, we use the second option: Upload certificate to Windows Azure Backup vault)
    Please logon Windows Azure, select RECOVERY SERVICES and click
    NEW. Follow the path: RECOVERY SERVICES-> BACKUP VAULT->
    QUICK CREATE. Please type NAME and select
    REGION, then click CREATE VAULT. When create completes, please click the name of this new recovery service that you create. As Figure 8 shows. Then select Manage Certificate to add or update the certificate file (.cer) that contains
    a public key for the vault. The certificate is used to register servers with the vault.
    Figure 8
    (ii). Register your server
    On Dashboard, navigate to Online Backup and click Register. (Figure 9)
    Figure 9
    Then it will check the certificate. And then you need to set a passphrase to secure your data. (Figure 10)
    Figure 10
    When you set passphrase complete, please click Next to continue. When register successfully. You will see Figure 11.
    Figure 11
    (iii). Configure backup settings
    When register completes, please click Configure Online Backup. Then you can follow the Configure Online Backup wizard to configure online backup (add folders), specify the backup schedule, specify the backup retention policy and choose bandwidth usage. The
    all process will be shown in Figure 12-16.
    Figure 12
    Figure 13
    Figure 14
    Figure 15
    Figure 16
    After all configurations complete, you will be able to see that the server integrates with Windows Azure Backup. (Figure 17)
    Figure 17
    On the Dashboard in server essentials, you will be able to start backup online. (Figure 18)
    Figure 18
    After backup online, you will see the protected data as Figure 19 and Figure 20 show in Dashboard and Windows Azure.
    Figure 19
    Figure 20
    More information:
    Manage Online Backup in Windows Server Essentials

  • Windows Server 2012 R2 Essentials will only recognize 1 USB drive at a time in primordial pool

    I have a new install of Windows Server 2012 R2 Essentials. I added 2 identical 2TB Seagate Expansion USB drives. Initially they had a volume on them, so I deleted the volume in order for them to be added to the primordial pool and storage spaces,
    etc. They both show up fine in Disk Management, but only 1 of them at a time will show up in the primordial pool. I have tested moving them to different USB ports, trying only 1 disk at a time to ensure that both are good, rebooted, attached them via
    a USB hub... but nothing works. In my most recent test I plugged in only one and did a rescan. I see it as Disk 1 in both Disk Management and Primordial pool. Then I added the second drive and did a rescan, it showed up as Disk 2 in Disk Management
    and when I did a refresh in storage spaces, I can see that it changed to only see disk 2 in the primordial pool. What can be causing this?

    To use USB disks, each disk must be plugged into a differs USB controller. A hub will obviously be on one controller, so that won't work. But many computers have only one or two controllers on the motherboard and then use port multipliers (basically internal
    hubs) to support more ports. So you have to know your motherboard and which ports are on which controllers. And again, only one drive per controller.

  • Windows Server 2012 R2 Essentials Trial Key - Did I miss it, too?

    I tried both "Windows Server 2012 Essentials" and "Windows Server 2012 R2 Essentials".  Here is the link to the page I downloaded the images:
    http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-essentials
    The following are the respective links to the images I used which were provided by the above webpage:
    http://care.dlservice.microsoft.com/dl/download/1/2/9/129AEC4F-1C6C-44B2-9B61-77935E8AB1F4/WindowsServer2012Essentials-English-Install.iso
    http://care.dlservice.microsoft.com/dl/download/8/F/7/8F7024D2-AB2A-4BE2-8406-1E3AC49C5C1F/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO
    I tried burning these images to DVD and booting my Intel NUC with resulting disc.  Setup goes fine but it asks me for a product key.  I have not received any mail nor was there any pointers to a product key.  This is why I tried both R1 and R2.
    I found a similar post here regarding this issue (in fact I found a couple):
    http://social.technet.microsoft.com/forums/windowsserver/en-US/db7fd5b9-f58d-4456-86cf-816ec91ded14/windows-server-2012-trial-key-did-i-miss-it
    But the answers were unsatisfactory, so please do not give me the same response.
    Just in case the question/directive comes up, I redownloaded and re-burned the images using sector verification.  There are no checksums posted on the site so who knows if something got broken while downloading it, but I find it extremely unlikely that
    a few bad sector would cause the intaller to forget its evaluation key rather than borking the whole installer.
    Further note that I tried "Windows Server 2012 R2" (standard / non-essentials) and that image correctly had the trial versions baked in.  So, I would bet dollars to donuts the problem lies in the images not in a download / burn failure.
    I want to use the new NUC as a central content/backup server for all the home computers which are unfortunately growing at bunny reproduction rates.  Since Windows Home Server was discontinued, I was pointed to Server 2012 R2 as the alternative / upsell. 
    Let me know if this is the case or if a better-fit product exists.
    Also, is the "Essentials" install a simply a licensing matter (e.g., 25 user cap) or is it more fundamentally crippled than the standard version?  I am only a home enthusiast and so not really interested in using the product in a production environment. 
    I only want some ensurance that if I download "standard", I can put in an "essentials" key at the end of evaluation.  If not, then please point me to a correct "Windows Server 2012 R2 Essentials" trial image.
    Thanks,
    Ryan

    Hi Ryan,
    à
    http://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-essentials
    We can find following description from this TechNet Evaluation Center website. Then please check if you can
    find product key.
    In addition, for Windows Server 2012 Essentials, please check if you can use
    HHRHF-YMNJW-RPGCC-VV68W-BWMVY. For Windows Server 2012 R2 Essentials, please check if you can use
    R9N79-23MWD-MBP9B-KHF8Q-C36WX.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • From english evaluation to dutch full licensed? (Windows Server 2012 R2 Essentials)

    Hello,
    I've installed and evaluated Windows Server 2012 R2 Essentials English.
    This server edition works like a charm for my smaller projects.
    I've been testing this version and I'm at 'Windows License valid for 159 days'.
    Now I would like te use this setup for one of my projects, so I would like to transform this evaluation version to a full version.
    I bought a full license of Windows Server 2012 R2 ESSENTIALS 1-2 CPU Dutch.
    What is the best way to transform my current setup (Evalution - English) completely to a full license Dutch?
    - I can buy an english version of this full version, but witch one? (It must be the correct language, because I tried changing the productkey of my evaluation english to the full dutch one, without succes)
    - Install from scratch the full version and load a backup of the evalution edition? (Already tried this, this ends up running the english evaluation again)
    - Any other suggestion?
    Thank you very much!

    I think you would have to do a migration.
    You should add another Domain Controller, transfer FSMO roles.
    Remove the English Essentials Server, then install the Dutch one in Migration mode.
    You can then remove that second DC.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Unscheduled additional backups in Windows Server 2012 R2 Essentials

    I have a strange problem since upgrading to Windows Server 2012 R2 Essentials. My server is on a lightly used Home network which I run for two periods totalling 8 hours each day. Whenever the server is re-started it immediately begins a Server Backup;
    not a great problem in itself but the 'unscheduled' backups prevent the Scheduled backup from operating and often cannot complete before the next Shut Down controlled by Task Scheduler. I presume that R2 has added an extra trigger for the Backup but I can
    only find the trigger for my scheduled once-per-day Backup. Can anyone please point me towards the trigger for these unwanted backups. Thanks in advance. Keith Woolf

    Hi,
    Please perform a
    clean boot to troubleshoot
    your issue and check if it caused by other software.
    You may collect some backup logs to narrow down this issue. By default, tracing is enabled in Windows Server Backup to preserve logs. These traces will be present in files
    under the following directory: %windir%\logs\windowsserverbackup
    You can use some tools such as
    tracerpt
    command to export the .etl file into a .txt file. Please check if you can find waht is the root trigger that triggers this unscheduled backup.
    Meanwhile, please check the schedule task for the scheduled backup if it was configured correctly. You can clear up and recreate, then please check if this issue still exists.
    Hope this helps.
    Best regards,
    Justin Gu

  • Can a 180 trial license of Windows Server 2012 R2 Essentials be converted to full use license without uninstalling

    Hi,
    Is it possible to convert a 180 day trial version Windows Server 2012
    R2 Essentials to a full retail license? Or do I have reinstall it again?
    I found this information: http://technet.microsoft.com/library/jj574204
    But it doesn't say anything about Windows Server 2012 R2 Essentials.

    Is this also true of the WSE 2012 R2 is a domain controller?  The TechNet article was pretty clear that if the server is a domain controller, then you cannot convert from trial to retail (though if I read the TechNet article literally, then it looks
    like that is only true for WS Standard and Datacenter).
    I'm just trying to get a head start on my new server while I wait for WSE 2012 R2 to get delivered in the mail, but I would hate to migrate my DC to the trial server only to have to reinstall again!
    Thanks!
    --rob

  • Number of Windows Server 2012 R2 Essentials Servers

    I am looking at migrating a small real estate agency to Window Server 2012 R2 from Windows Server 2003 x86.  Looking to combine 12 servers ( Essentially PCs running Windows Server 2003) less than 20 users, to 2/3 dual core or quad core servers. I am
    looking at Essentials due to cost, but have some questions.
    1) Can you have more than one Windows Server 2012 R2 Essentials server in the environment? Since the server install defaults to being a domain controller.
    2) If you can have more than one Windows Server 2012 R2 Essentials, can you have more than one domain controller?
    2) Can you migrate/upgrade a Windows Server 2012 R2 Essentials server to Windows Server 2012 R2 Standard or Data Center?
    Thanks for you time.
    DJ

    I confirm your Suggestion that Windows Server 2012 R2 Essentials must be the domain controller at the root of the forest and domain, and must hold all the FSMO roles.
    You can have more than one Server(Standard, datacenter) with the Windows Server Essentials Experience role installed in your network.
    you can migrate from essentials Edition to Standard as Long you purchase the Standard license but is not possible to purchase th eupgrade license fro essentials to Standard. you need the full license.
    thanks
    diramoh 

  • Windows Backup Retention: Server 2012 R2 Essentials

    Hi,
    We are backing up a Server 2012 R2 Essentials machine's files and folders, using Windows Server Backup, to an external hard drive. That backup drive is now 84% full. It is my understanding that Windows Server Backup will automatically delete old backups
    when necessary, but does anybody know at what point that happens? When the target reaches 90%?
    Thanks.

    Hi,
    Windows Server Backup will delete oldest backup when there is no enough space for storing a new backup.
    You can also manually delete old backups with one of the following 2 methods - you can create a schedule so old backups will be deleted automatically before or after new backups created.
    See:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/62488e7a-4638-430c-950c-e75ac42b0fa3/how-a-can-delete-old-versions
    1.       Deleting System State Backup: wbadmin delete systemstatebackup –keepversions:10   
    The above command will keep the latest 10 versions and delete the rest all the system state backups.
    2.       Deleting other backups:  Backup application stores multiple backup versions in the VSS shadow copies. Hence, older backup version can be deleted by deleting older shadow copy. Commands to list and delete VSS shadow copies are
    below. They need to be run in an elevated command window.
    ·         vssadmin list shadows /for=x: – for listing the snapshots on x: where x: is the backup location
    ·         vssadmin delete shadows /for=x:  /oldest – for delete the oldest shadow copy. It can be called multiple times in case there is need to delete multiple older backups.
    Note: wbadmin get versions or backup UI would still report deleted backups until next backup runs. At end of each backup – non-existent backups are removed from the backup catalog.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for