tools/init.ps1
if (-not ("System.Xml.Linq.XDocument" -as [Type])) { Add-Type -Assembly System.Xml.Linq } if (-not ("System.Net.WebUtility" -as [Type])) { Add-Type -Assembly System.Net } if (-not ("System.Management.Automation.PSCredential" -as [Type])) { Add-Type -Assembly System.Management.Automation } #Requires -Module SimplySQL #Requires -Module ConfluencePS |