Naming Conventions

For PowerShell DSC Configurations

Follow the guidelines below to ensure the correct processing:

  • Standard names may only contain letters (a-z, A-Z), numbers (0-9), and underscore (_).

  • The name may not be null (0), empty ( ) or written with hyphen (-), and should start with a letter (a-z, A-Z).

Valid Naming Examples

“XOAP_Any_Apps_And_Monitoring”

“xoap_any_apps_and_monitoring_0_1_9”

“XOAP_Hp_Dl380_Baseline_Configuration”

“xoap_hp_dl380_baseline_configuration”

Invalid Naming Example

“XOAP-W10-20H2-Citrix-Optimizer”

“01 XOAP W10 20H2 Citrix Optimizer”