Release/XenDesktop7/DSCResources/VE_XD7EntitlementPolicy/Resources.psd1
<# XD7EntitlementPolicy\Resources.psd1 #> ConvertFrom-StringData @' XenDesktopSDKNotFoundError = Citrix XenDesktop 7.x Powershell SDK/Snap-in was not found. AddingDesktopEntitlementPolicy = Adding Citrix XenDesktop 7.x desktop entitlement policy '{0}'. UpdatingDesktopEntitlementPolicy = Updating Citrix XenDesktop 7.x desktop entitlement policy '{0}'. RemovingEntitlementPolicy = Removing Citrix XenDesktop 7.x entitlement policy '{0}'. AddingAppEntitlementPolicy = Adding Citrix XenDesktop 7.x application entitlement policy '{0}'. UpdatingAppEntitlementPolicy = Updating Citrix XenDesktop 7.x application entitlement policy '{0}'. ResourcePropertyMismatch = Property '{0}' is NOT in desired state; expected '{1}', actual '{2}'. ResourceInDesiredState = Citrix XenDesktop 7.x entitlement policy '{0}' is in the desired state. ResourceNotInDesiredState = Citrix XenDesktop 7.x entitlement policy '{0}' is NOT in the desired state. InvokingScriptBlockWithParams = Invoking script block with parameters: '{0}'. '@ |