Skip to content

Instantly share code, notes, and snippets.

View doshyt's full-sized avatar
🏠

Igor Andriushchenko doshyt

🏠
View GitHub Profile
@jdhitsolutions
jdhitsolutions / Reset-LCM.ps1
Created January 23, 2017 17:52
A DSC configuration to reset the local configuration manager
Param(
[string[]]$Computername = "chi-test02"
)
[DscLocalConfigurationManager()]
Configuration ResetLCM {
Param([string[]]$Computername)