powershell - xWebAdministration resources does not appear in Get-DscResource -


i'm trying basic dsc configuration going on windows server 2012 r2 vm, when run get-dscresource, none of xwebadministration resources appear in list.

when run

get-module -listavailable -name x* 

i following

directory: c:\program files\windowspowershell\modules   moduletype version    name                                exportedcommands ---------- -------    ----                                ---------------- manifest   1.3.2      xwebadministration 

looking @ other modules exportedcommands should not empty.

any suggestion on how can fixed?

what i've done

i've downloaded version 1.3.2 , have extracted c:\program files\windowspowershell\modules

found xwebadministration not appear in get-dscresource (powershell) structure correct.

installing wmf 5.0 preview fixed issue.

i reverted snapshot , made sure vm up-to-date, fixed issue. seems missing update.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -