Giter Site home page Giter Site logo

microsoft.vssadmin's Introduction

Microsoft.VssAdmin

PowerShell module for the Vssadmin utility

Table of Contents

Command -> Function Lookup

VssAdmin Command Wrapper Function Status
add shadowstorage Add-VssShadowStorage Complete
create shadow New-VssShadowCopy Complete
delete shadows Remove-VssShadowCopy Complete
list providers Get-VssProvider Complete
list shadows Get-VssShadowCopy Complete
list shadowstorage Get-VssShadowStorage Complete
list volumes Get-VssVolume Complete
list writers Get-VssWriter Complete
resize shadowstorage Resize-VssShadowStorage Complete

Examples

Example #1

Get all VSS writers not in the VssWriterState.Stable state

PS> Get-VssWriter -Exclude Stable
Example #2

Get writers in a failed state and restart the host Windows Service

PS> Get-VssWriter | Where-Object {$_.State -like 'Failed*'} | Get-VssWriterService -Unique | Restart-Service -Force
Example #3

Update the MaxSize for a ShadowCopy storage association to 5%

PS> Get-VssShadowStorage -ForVolume C: | Resize-VssShadowStorage -NewSize 5 -As %

Update the MaxSize to UNBOUNDED

PS> Get-VssShadowStorage -ForVolume C: | Resize-VssShadowStorage -Unbounded
Example #4

List all ShadowCopies created by a specified Provider

PS> Get-VssShadowCopy -Provider 'Microsoft Software Shadow Copy provider 1.0'

Download & Install

  1. Download the latest version of the module files here.

  2. Make sure to unblock the archive before extracting the contents.

    alt text

  3. Save the module files to one of the directories in your $env:PSModulePath variable

    alt text

microsoft.vssadmin's People

Contributors

logic-ally avatar zackasattackas avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.