internal/data/contextTemplate/postImport.ps1
# Scriptfile that is executed AFTER the context resources are applied # Optional, delete file if not needed for performance benefit param ( [PSFComputer] $Server, [System.Management.Automation.PSCredential] $Credential ) |