Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 31, 2014 06:49
Show Gist options
  • Select an option

  • Save guitarrapc/6fb3004e4af235570def to your computer and use it in GitHub Desktop.

Select an option

Save guitarrapc/6fb3004e4af235570def to your computer and use it in GitHub Desktop.
PowerShell DSC Advent Calendar 2014 : Day 12 あるべき状態と現在の差異を確認する http://tech.guitarrapc.com/entry/2014/12/12/161804
$cimSession = $computerName
Get-DscConfiguration -OutBuffer $cimSession
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment