Release/XenDesktop7/DSCResources/VE_XD7AccessPolicy/Resources.psd1
<# XD7AccessPolicy\Resources.psd1 #> ConvertFrom-StringData @' XenDesktopSDKNotFoundError = Citrix XenDesktop 7.x Powershell SDK/Snap-in was not found. ImmutablePropertyError = Citrix XenDesktop 7.x access policy property '{0}' cannot be changed. AddingAccessPolicy = Adding Citrix XenDesktop 7.x access policy '{0}'. UpdatingAccessPolicy = Updating Citrix XenDesktop 7.x access policy '{0}'. RemovingAccessPolicy = Removing Citrix XenDesktop 7.x access policy '{0}'. ResourcePropertyMismatch = Property '{0}' is NOT in desired state; expected '{1}', actual '{2}'. ResourceInDesiredState = Citrix XenDesktop 7.x access policy '{0}' is in the desired state. ResourceNotInDesiredState = Citrix XenDesktop 7.x access policy '{0}' is NOT in the desired state. InvokingScriptBlockWithParams = Invoking script block with parameters: '{0}'. '@ |