DSCAdd-one.psm1
##install this add-on function show-StrikeDSCAddon { $dll = $PSScriptRoot+"\Strike.ISE.AddOne.DSCReources.dll" Add-Type -Path $($dll) -PassThru $psISE.CurrentPowerShellTab.VerticalAddOnTools.Add(‘DSC’, [Strike.ISE.AddOne.DSCReources.AddoneWindow], $true) } Export-ModuleMember -Function * -Cmdlet * |