Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm Thu May  4 23:22:17 
2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows - Windows OS su
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows;
 
 # Specify the lib path using FindBin
@@ -61,7 +61,7 @@ use Text::CSV_XS;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -261,13 +261,13 @@ our $KMS_CLIENT_PRODUCT_KEYS = {
        'Windows Web Server 2008'                          => 
'WYR28-R7TFJ-3X2YQ-YCY4H-M249D',
 };
 
-##############################################################################
+###############################################################################
 
 =head1 INTERFACE OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 initialize
 
@@ -304,7 +304,7 @@ sub initialize {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -682,7 +682,7 @@ sub pre_capture {
 
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 post_load
 
@@ -1024,7 +1024,7 @@ sub post_load {
 
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reserve
 
@@ -1061,7 +1061,7 @@ sub reserve {
        return 1;
 } ## end sub reserve
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 post_reserve
 
@@ -1097,7 +1097,7 @@ sub post_reserve {
        return $self->SUPER::post_reserve();
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 post_reservation
 
@@ -1128,7 +1128,7 @@ sub post_reservation {
        return $self->SUPER::post_reservation();
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_reload
 
@@ -1157,7 +1157,7 @@ sub pre_reload {
        return $self->SUPER::pre_reload();
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 sanitize
 
@@ -1195,7 +1195,7 @@ sub sanitize {
        return 1;
 } ## end sub sanitize
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 grant_access
 
@@ -1240,7 +1240,7 @@ sub grant_access {
        return 1;
 } ## end sub grant_access
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 revoke_access
 
@@ -1272,13 +1272,13 @@ sub revoke_access {
        return 1;
 } ## end sub revoke_access
 
-##############################################################################
+###############################################################################
 
 =head1 AUXILIARY OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 create_directory
 
@@ -1339,7 +1339,7 @@ sub create_directory {
        }
 } ## end sub create_directory
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_file
 
@@ -1443,7 +1443,7 @@ sub delete_file {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 move_file
 
@@ -1496,7 +1496,7 @@ sub move_file {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_files_by_pattern
 
@@ -1601,7 +1601,7 @@ sub delete_files_by_pattern {
        return 1;
 } ## end sub delete_files_by_pattern
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 file_exists
 
@@ -1687,7 +1687,7 @@ sub file_exists {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_file_owner
 
@@ -1753,7 +1753,7 @@ sub set_file_owner {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 logoff_users
 
@@ -1834,7 +1834,7 @@ sub logoff_users {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 user_exists
 
@@ -1884,7 +1884,7 @@ sub user_exists {
        }
 } ## end sub user_exists
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 create_user
 
@@ -1989,7 +1989,7 @@ sub create_user {
        return 1;
 } ## end sub create_user
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 add_user_to_group
 
@@ -2050,7 +2050,7 @@ sub add_user_to_group {
        return 1;
 } ## end sub add_user_to_group
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 remove_user_from_group
 
@@ -2120,7 +2120,7 @@ sub remove_user_from_group {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_group_members
 
@@ -2190,7 +2190,7 @@ sub get_group_members {
        return @group_members;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_user
 
@@ -2253,7 +2253,7 @@ sub delete_user {
        return 1;
 } ## end sub delete_user
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_password
 
@@ -2341,7 +2341,7 @@ sub set_password {
        return 1;
 } ## end sub set_password
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 should_set_user_password
 
@@ -2398,7 +2398,7 @@ sub should_set_user_password {
        return $self->{should_set_user_password}{$user_id};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_user
 
@@ -2450,7 +2450,7 @@ sub enable_user {
        return 1;
 } ## end sub enable_user
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_user
 
@@ -2494,7 +2494,7 @@ sub disable_user {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_pagefile
 
@@ -2559,7 +2559,7 @@ sub disable_pagefile {
        return 1;
 } ## end sub disable_pagefile
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_pagefile
 
@@ -2597,7 +2597,7 @@ sub enable_pagefile {
        return 1;
 } ## end sub enable_pagefile
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_ipv6
 
@@ -2636,7 +2636,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_ipv6
 
@@ -2675,7 +2675,7 @@ EOF
        return 1;
 } ## end sub disable_ipv6
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 import_registry_string
 
@@ -2753,7 +2753,7 @@ sub import_registry_string {
        return 1;
 } ## end sub import_registry_string
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_query
 
@@ -2958,7 +2958,7 @@ sub reg_query {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_query_convert_data
 
@@ -3014,7 +3014,7 @@ sub reg_query_convert_data {
        return $data;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_add
 
@@ -3090,7 +3090,7 @@ sub reg_add {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_delete
 
@@ -3149,7 +3149,7 @@ sub reg_delete {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_import
 
@@ -3193,7 +3193,7 @@ sub reg_import {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_export
 
@@ -3248,7 +3248,7 @@ sub reg_export {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_load
 
@@ -3301,7 +3301,7 @@ sub reg_load {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reg_unload
 
@@ -3348,7 +3348,7 @@ sub reg_unload {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 add_hklm_run_registry_key
 
@@ -3427,7 +3427,7 @@ EOF
        return 1;
 } ## end sub add_hklm_run_registry_key
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_hklm_run_registry_key
 
@@ -3475,7 +3475,7 @@ sub delete_hklm_run_registry_key {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_scheduled_task_credentials
 
@@ -3535,7 +3535,7 @@ sub set_scheduled_task_credentials {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_scheduled_task
 
@@ -3578,7 +3578,7 @@ sub delete_scheduled_task {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 create_startup_scheduled_task
 
@@ -3645,7 +3645,7 @@ sub create_startup_scheduled_task {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 create_update_cygwin_startup_scheduled_task
 
@@ -3701,7 +3701,7 @@ sub create_update_cygwin_startup_schedul
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_autoadminlogon
 
@@ -3741,7 +3741,7 @@ EOF
        }
 } ## end sub enable_autoadminlogon
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_autoadminlogon
 
@@ -3780,7 +3780,7 @@ EOF
        }
 } ## end sub disable_autoadminlogon
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 create_eventlog_entry
 
@@ -3826,7 +3826,7 @@ sub create_eventlog_entry {
        return 1;
 } ## end sub create_eventlog_entry
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 reboot
 
@@ -3973,7 +3973,7 @@ sub reboot {
        }
 } ## end sub reboot
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 shutdown
 
@@ -4086,7 +4086,7 @@ sub shutdown {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_service_startup_mode
 
@@ -4145,7 +4145,7 @@ sub set_service_startup_mode {
        return 1;
 } ## end sub set_service_startup_mode
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 defragment_hard_drive
 
@@ -4182,7 +4182,7 @@ sub defragment_hard_drive {
        }
 } ## end sub defragment_hard_drive
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 prepare_post_load
 
@@ -4247,7 +4247,7 @@ sub prepare_post_load {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_service_credentials
 
@@ -4296,7 +4296,7 @@ sub set_service_credentials {
        return 1;
 } ## end sub set_service_credentials
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_service_configuration
 
@@ -4371,7 +4371,7 @@ sub get_service_configuration {
        return $self->{service_configuration};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_service_login_ids
 
@@ -4417,7 +4417,7 @@ sub get_services_using_login_id {
        return @matching_service_names;
 } ## end sub get_services_using_login_id
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_scheduled_task
 
@@ -4466,7 +4466,7 @@ sub disable_scheduled_task {
        return 1;
 } ## end sub disable_scheduled_task
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_scheduled_task_info
 
@@ -4581,7 +4581,7 @@ sub get_scheduled_task_info {
        return $scheduled_task_info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_dynamic_dns
 
@@ -4689,7 +4689,7 @@ EOF
        return 1;
 } ## end sub enable_dynamic_dns
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_dynamic_dns
 
@@ -4771,7 +4771,7 @@ EOF
        return 1;
 } ## end sub disable_dynamic_dns
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_netbios
 
@@ -4813,7 +4813,7 @@ sub disable_netbios {
        return 1;
 } ## end sub disable_netbios
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_computer_description
 
@@ -4856,7 +4856,7 @@ EOF
        }
 } ## end sub set_computer_description
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_my_computer_name
 
@@ -4896,7 +4896,7 @@ sub set_my_computer_name {
        return 1;
 } ## end sub set_my_computer_name
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_firewall_configuration
 
@@ -5073,7 +5073,7 @@ sub get_firewall_configuration {
        return $firewall_configuration;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 parse_firewall_scope
 
@@ -5211,7 +5211,7 @@ sub parse_firewall_scope {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_firewall_port
 
@@ -5352,7 +5352,7 @@ sub enable_firewall_port {
        }
 }
        
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 _enable_firewall_port_helper
 
@@ -5450,7 +5450,7 @@ sub _enable_firewall_port_helper {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ping
 
@@ -5493,7 +5493,7 @@ sub firewall_enable_ping {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ping_private
 
@@ -5575,7 +5575,7 @@ sub firewall_enable_ping_private {
        return 1;
 } ## end sub firewall_enable_ping_private
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_disable_ping
 
@@ -5652,7 +5652,7 @@ sub firewall_disable_ping {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ssh
 
@@ -5741,7 +5741,7 @@ sub firewall_enable_ssh {
        return 1;
 } ## end sub firewall_enable_ssh_private
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ssh_private
 
@@ -5825,7 +5825,7 @@ sub firewall_enable_ssh_private {
        return 1;
 } ## end sub firewall_enable_ssh_private
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_rdp
 
@@ -5886,7 +5886,7 @@ sub firewall_enable_rdp {
        return 1;
 } ## end sub firewall_enable_rdp
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_rdp_private
 
@@ -5974,7 +5974,7 @@ sub firewall_enable_rdp_private {
        return 1;
 } ## end sub firewall_enable_ssh_private
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_disable_rdp
 
@@ -6051,7 +6051,7 @@ sub firewall_disable_rdp {
        return 1;
 } ## end sub firewall_disable_rdp
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_network_configuration
 
@@ -6208,7 +6208,7 @@ sub get_network_configuration {
        return $self->{network_configuration};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_dhcp
 
@@ -6268,7 +6268,7 @@ sub enable_dhcp {
        }
 } ## end sub enable_dhcp
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 is_dhcp_enabled
 
@@ -6313,7 +6313,7 @@ sub is_dhcp_enabled {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ipconfig_renew
 
@@ -6361,7 +6361,7 @@ sub ipconfig_renew {
        }
 }
        
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_capture_configuration_files
 
@@ -6393,7 +6393,7 @@ sub delete_capture_configuration_files {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_user_group_policy_script_info
 
@@ -6499,7 +6499,7 @@ sub get_user_group_policy_script_info {
        return $info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 add_user_group_policy_script
 
@@ -6603,7 +6603,7 @@ sub add_user_group_policy_script {
        return $self->create_text_file($scripts_ini_file_path, 
$updated_contents);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 remove_user_group_policy_script
 
@@ -6718,7 +6718,7 @@ sub remove_user_group_policy_script {
        return $self->create_text_file($scripts_ini_file_path, 
$updated_contents);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_gpupdate
 
@@ -6754,7 +6754,7 @@ sub run_gpupdate {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 fix_cygwin_nodosfilewarning
 
@@ -6805,7 +6805,7 @@ sub fix_cygwin_nodosfilewarning {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_text_file_line_endings
 
@@ -6836,7 +6836,7 @@ sub set_text_file_line_endings {
        return $self->SUPER::set_text_file_line_endings($file_path, 
$line_ending);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 search_and_replace_in_files
 
@@ -6947,7 +6947,7 @@ sub search_and_replace_in_files {
        
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 copy_capture_configuration_files
 
@@ -7031,7 +7031,7 @@ sub copy_capture_configuration_files {
        return 1;
 } ## end sub copy_capture_configuration_files
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 clean_hard_drive
 
@@ -7054,7 +7054,7 @@ sub clean_hard_drive {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_dism_cleanup
 
@@ -7101,7 +7101,7 @@ sub run_dism_cleanup {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_cleanmgr
 
@@ -7178,7 +7178,7 @@ EOF
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 is_process_running
 
@@ -7225,7 +7225,7 @@ sub is_process_running {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 start_service
 
@@ -7282,7 +7282,7 @@ sub start_service {
        
 } ## end sub start_service
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 stop_service
 
@@ -7338,7 +7338,7 @@ sub stop_service {
        return 1;
 } ## end sub stop_service
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 restart_service
 
@@ -7368,7 +7368,7 @@ sub restart_service {
        return $self->start_service($service_name);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 service_exists
 
@@ -7416,7 +7416,7 @@ sub service_exists {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 start_nfs_client_service
 
@@ -7460,7 +7460,7 @@ sub start_nfs_client_service {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 stop_nfs_client_service
 
@@ -7504,7 +7504,7 @@ sub stop_nfs_client_service {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_installed_applications
 
@@ -7627,7 +7627,7 @@ sub get_installed_applications {
        return $installed_products;
 } ## end sub get_installed_applications
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_task_list
 
@@ -7671,7 +7671,7 @@ sub get_task_list {
        return $tasklist_output;
 } ## end sub get_task_list
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_task_info
 
@@ -7738,7 +7738,7 @@ sub get_task_info {
        return $task_info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 apply_security_templates
 
@@ -7933,7 +7933,7 @@ sub apply_security_templates {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 kill_process
 
@@ -7995,7 +7995,7 @@ sub kill_process {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_ie_configuration_page
 
@@ -8045,7 +8045,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_rdp_audio
 
@@ -8098,7 +8098,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_client_compatible_rdp_color_depth
 
@@ -8137,7 +8137,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_node_configuration_directory
 
@@ -8153,7 +8153,7 @@ sub get_node_configuration_directory {
        return $NODE_CONFIGURATION_DIRECTORY;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_kms_client_product_keys
 
@@ -8167,7 +8167,7 @@ sub get_kms_client_product_keys {
        return $KMS_CLIENT_PRODUCT_KEYS;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_kms_client_product_key
 
@@ -8208,7 +8208,7 @@ sub get_kms_client_product_key {
        return $product_key;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_security_center_notifications
 
@@ -8256,7 +8256,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_automatic_updates
 
@@ -8303,7 +8303,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_windows_defender
 
@@ -8370,7 +8370,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 registry_query_value
 
@@ -8466,7 +8466,7 @@ sub registry_query_value {
        return $retrieved_value;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_static_public_address
 
@@ -8576,7 +8576,7 @@ EOF
 }
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_static_dns_servers
 
@@ -8709,7 +8709,7 @@ sub set_static_dns_servers {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_default_routes
 
@@ -8745,7 +8745,7 @@ sub delete_default_routes {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_public_default_route
 
@@ -8811,7 +8811,7 @@ sub set_public_default_route {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_volume_list
 
@@ -8857,7 +8857,7 @@ sub get_volume_list {
        return @drive_letters;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 configure_time_synchronization
 
@@ -8947,7 +8947,7 @@ sub configure_time_synchronization {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 is_64_bit
 
@@ -9011,7 +9011,7 @@ sub is_64_bit {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_system32
 
@@ -9057,7 +9057,7 @@ sub get_system32_path {
        return $self->{SYSTEM32_PATH};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_product_name
 
@@ -9105,7 +9105,7 @@ sub get_product_name {
        return $self->{PRODUCT_NAME};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 format_path_unix
 
@@ -9143,7 +9143,7 @@ sub format_path_unix {
        return $path;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 format_path_dos
 
@@ -9178,7 +9178,7 @@ sub format_path_dos {
        return $path;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_system_restore
 
@@ -9216,7 +9216,7 @@ EOF
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 user_logged_in
 
@@ -9260,7 +9260,7 @@ sub user_logged_in {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_logged_in_users
 
@@ -9315,7 +9315,7 @@ sub get_logged_in_users {
        return @usernames;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 wait_for_logoff
 
@@ -9384,7 +9384,7 @@ sub wait_for_logoff {
        return 0;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_product_key
 
@@ -9532,7 +9532,7 @@ EOF
        return $product_key;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_product_key_info
 
@@ -9569,7 +9569,7 @@ EOF
        return \%product_key_info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_kms_server_info
 
@@ -9606,7 +9606,7 @@ EOF
        return \%kms_server_info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_product_key
 
@@ -9694,7 +9694,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_product_key
 
@@ -9743,7 +9743,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 delete_kms_server
 
@@ -9791,7 +9791,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_kms_servers
 
@@ -9928,7 +9928,7 @@ EOF
        return \@combined_rows;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_kms_server
 
@@ -10020,7 +10020,7 @@ EOF
 }
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_driver_inf_paths
 
@@ -10094,7 +10094,7 @@ sub get_driver_inf_paths {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_device_path_key
 
@@ -10157,7 +10157,7 @@ sub set_device_path_key {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_hibernation
 
@@ -10208,7 +10208,7 @@ sub enable_hibernation {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_hibernation
 
@@ -10266,7 +10266,7 @@ sub disable_hibernation {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 hibernate
 
@@ -10320,7 +10320,7 @@ sub hibernate {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_ceip
 
@@ -10362,7 +10362,7 @@ sub disable_ceip {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_shutdown_event_tracker
 
@@ -10397,7 +10397,7 @@ sub disable_shutdown_event_tracker {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_get_menu
 
@@ -10423,7 +10423,7 @@ sub setup_get_menu {
        return $menu;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_check
 
@@ -10480,7 +10480,7 @@ sub setup_check {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_product_keys
 
@@ -10629,7 +10629,7 @@ sub setup_product_keys {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_display_product_key_info
 
@@ -10701,7 +10701,7 @@ sub setup_display_product_key_info {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_kms_servers
 
@@ -10841,7 +10841,7 @@ sub setup_kms_servers {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 setup_display_kms_server_info
 
@@ -10912,7 +10912,7 @@ sub setup_display_kms_server_info {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_time_zone_name
 
@@ -10973,7 +10973,7 @@ sub get_time_zone_name {
        return $default_time_zone_name;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_time_zone_code
 
@@ -11007,7 +11007,7 @@ sub get_time_zone_code {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 sanitize_files
 
@@ -11077,7 +11077,7 @@ sub sanitize_files {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 clear_event_log
 
@@ -11133,7 +11133,7 @@ sub clear_event_log {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_login_screensaver
 
@@ -11162,7 +11162,7 @@ sub disable_login_screensaver {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 fix_default_profile
 
@@ -11243,7 +11243,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_environment_variable_value
 
@@ -11312,7 +11312,7 @@ sub get_environment_variable_value {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 check_connection_on_port
 
@@ -11377,7 +11377,7 @@ sub check_connection_on_port {
        return 0;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_cpu_core_count
 
@@ -11398,7 +11398,7 @@ sub get_cpu_core_count {
        return $self->get_environment_variable_value('NUMBER_OF_PROCESSORS');
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_script
 
@@ -11488,7 +11488,7 @@ sub run_script {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 install_updates
 
@@ -11579,7 +11579,7 @@ sub install_updates {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 install_exe_update
 
@@ -11653,7 +11653,7 @@ sub install_exe_update {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 install_msu_update
 
@@ -11776,7 +11776,7 @@ sub install_msu_update {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_installed_updates
 
@@ -11823,7 +11823,7 @@ sub get_installed_updates {
        return @update_ids;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_user_names
 
@@ -11868,7 +11868,7 @@ sub get_user_names {
        return @user_names;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 check_image
 
@@ -11983,7 +11983,7 @@ sub check_image {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 update_imagerevision_info
 
@@ -12053,7 +12053,7 @@ EOF
        return database_execute($update_statement);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_firewall_state
 
@@ -12108,7 +12108,7 @@ sub get_firewall_state {
        return;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 check_rdp_port_configuration
 
@@ -12210,7 +12210,7 @@ sub check_rdp_port_configuration {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_port_connection_info
 
@@ -12294,7 +12294,7 @@ sub get_port_connection_info {
        return $connection_info;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_timezone_offset_minutes
 
@@ -12337,7 +12337,7 @@ sub get_timezone_offset_minutes {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 notify_user_console
 
@@ -12385,7 +12385,7 @@ sub notify_user_console {
 }
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_cygwin_installation_directory_path
 
@@ -12436,7 +12436,7 @@ sub get_cygwin_installation_directory_pa
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_cygwin_unix_file_path
 
@@ -12490,7 +12490,7 @@ sub get_cygwin_unix_file_path {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_cluster_info_file_path
 
@@ -12516,7 +12516,7 @@ sub get_cluster_info_file_path {
        return $self->{cluster_info_file_path};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_reservation_info_json_file_path
 
@@ -12541,7 +12541,7 @@ sub get_reservation_info_json_file_path
        return $self->{reservation_info_json_file_path};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_set_network_location_prompt
 
@@ -12564,7 +12564,7 @@ sub disable_set_network_location_prompt
        return $self->reg_add($registry_key);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_current_computer_hostname
 
@@ -12614,7 +12614,7 @@ sub get_current_computer_hostname {
        return $current_computer_name;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_computer_hostname
 
@@ -12693,7 +12693,7 @@ sub set_computer_hostname {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 _get_os_perl_package
 
@@ -12734,7 +12734,7 @@ sub _get_os_perl_package {
 }
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 mount_nfs_windows
 
@@ -12830,7 +12830,7 @@ sub mount_nfs_windows {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 unmount_nfs_windows
 
@@ -12871,7 +12871,7 @@ sub unmount_nfs_windows {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_nfs_mounts_windows
 
@@ -12909,7 +12909,7 @@ sub get_nfs_mounts_windows {
 }
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_windows_features
 
@@ -12985,7 +12985,7 @@ sub get_windows_features {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_windows_feature_info
 
@@ -13071,7 +13071,7 @@ sub get_windows_feature_info {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 is_windows_feature_enabled
 
@@ -13118,7 +13118,7 @@ sub is_windows_feature_enabled {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 enable_windows_feature
 
@@ -13217,7 +13217,7 @@ sub enable_windows_feature {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_powershell_command
 
@@ -13306,7 +13306,7 @@ sub run_powershell_command {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_powershell_as_script
 
@@ -13395,7 +13395,7 @@ sub run_powershell_as_script {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 powershell_command_exists
 
@@ -13436,7 +13436,7 @@ sub powershell_command_exists {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_ad_computer_ou_dn
 
@@ -13520,7 +13520,7 @@ sub get_ad_computer_ou_dn {
        return $dn;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_join_prepare
 
@@ -13557,7 +13557,7 @@ sub ad_join_prepare {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 node_status_os_check
 
@@ -13581,7 +13581,7 @@ sub node_status_os_check {
        return $self->ad_check();
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_check
 
@@ -13700,7 +13700,7 @@ sub ad_check {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_join
 
@@ -13861,7 +13861,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_unjoin
 
@@ -14003,7 +14003,7 @@ sub ad_unjoin {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_get_current_domain
 
@@ -14060,7 +14060,7 @@ sub ad_get_current_domain {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_search
 
@@ -14300,7 +14300,7 @@ EOF
        return @matching_dns;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_delete_computer
 
@@ -14347,7 +14347,7 @@ sub ad_delete_computer {
        return $self->ad_search($ad_search_arguments);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_search_computer
 
@@ -14395,7 +14395,7 @@ sub ad_search_computer {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_search_ou
 
@@ -14444,7 +14444,7 @@ sub ad_search_ou {
        );
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 ad_user_exists
 
@@ -14499,7 +14499,7 @@ sub ad_user_exists {
        return $self->{ad_user_exists}{$user_samaccountname};
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/10.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/10.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/10.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/10.pm Thu May 
 4 23:22:17 2017
@@ -28,7 +28,7 @@ VCL::Module::OS::Windows::Version_10::10
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_10::10;
 
 # Specify the lib path using FindBin
@@ -51,7 +51,7 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -70,7 +70,7 @@ use VCL::utils;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_10";
 
-##############################################################################
+###############################################################################
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/2016.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/2016.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/2016.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_10/2016.pm Thu 
May  4 23:22:17 2017
@@ -28,7 +28,7 @@ VCL::Module::OS::Windows::Version_10::20
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_10::2016;
 
 # Specify the lib path using FindBin
@@ -51,7 +51,7 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -70,7 +70,7 @@ use VCL::utils;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Server_2016";
 
-##############################################################################
+###############################################################################
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5.pm Thu May  4 
23:22:17 2017
@@ -29,7 +29,7 @@ VCL::Module::OS::Windows::Version_5.pm -
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_5;
 
 # Specify the lib path using FindBin
@@ -55,7 +55,7 @@ use File::Basename;
 use IO::File;
 use POSIX qw(tmpnam);
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -72,13 +72,13 @@ use POSIX qw(tmpnam);
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Version_5";
 
-##############################################################################
+###############################################################################
 
 =head1 INTERFACE OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -126,7 +126,7 @@ sub pre_capture {
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 post_load
 
@@ -162,13 +162,13 @@ sub post_load {
 
 }
 
-##############################################################################
+###############################################################################
 
 =head1 AUXILIARY OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_sysprep
 
@@ -366,7 +366,7 @@ sub run_sysprep {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_sysprep_inf_contents
 
@@ -529,7 +529,7 @@ sub get_sysprep_inf_contents {
        return $sysprep_contents;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_sysprep_inf_mass_storage_section
 
@@ -609,7 +609,7 @@ sub get_sysprep_inf_mass_storage_section
        return $mass_storage_section;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_sessmgr
 
@@ -644,7 +644,7 @@ sub firewall_enable_sessmgr {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 sanitize_files
 
@@ -669,7 +669,7 @@ sub sanitize_files {
        return $self->SUPER::sanitize_files(@file_paths);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_sleep
 
@@ -732,7 +732,7 @@ sub disable_sleep {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 hibernate
 
@@ -786,7 +786,7 @@ sub hibernate {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/2003.pm Thu 
May  4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_5::200
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_5::2003;
 
 # Specify the lib path using FindBin
@@ -55,7 +55,7 @@ use diagnostics;
 use VCL::utils;
 use File::Basename;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -72,7 +72,7 @@ use File::Basename;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Server_2003";
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_5/XP.pm Thu May  
4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_5::XP.
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_5::XP;
 
 # Specify the lib path using FindBin
@@ -55,7 +55,7 @@ use diagnostics;
 use VCL::utils;
 use File::Basename;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -72,7 +72,7 @@ use File::Basename;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_XP";
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6.pm Thu May  4 
23:22:17 2017
@@ -34,7 +34,7 @@ VCL::Module::OS::Windows::Version_6.pm -
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6;
 
 # Specify the lib path using FindBin
@@ -57,7 +57,7 @@ use diagnostics;
 use VCL::utils;
 use File::Basename;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -74,13 +74,13 @@ use File::Basename;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Version_6";
 
-##############################################################################
+###############################################################################
 
 =head1 INTERFACE OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -161,7 +161,7 @@ Deactivate Windows licensing activation
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 post_load
 
@@ -213,14 +213,14 @@ sub post_load {
        return 1;
 }
 
-##############################################################################
+###############################################################################
 
 =head1 AUXILIARY OBJECT METHODS
 
 =cut
 
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 activate
 
@@ -260,7 +260,7 @@ sub activate {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 activate_mak
 
@@ -310,7 +310,7 @@ sub activate_mak {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 activate_kms
 
@@ -386,7 +386,7 @@ sub activate_kms {
        return;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_ipk
 
@@ -435,7 +435,7 @@ sub run_slmgr_ipk {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_ckms
 
@@ -478,7 +478,7 @@ sub run_slmgr_ckms {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_cpky
 
@@ -521,7 +521,7 @@ sub run_slmgr_cpky {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_skms
 
@@ -574,7 +574,7 @@ sub run_slmgr_skms {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_ato
 
@@ -616,7 +616,7 @@ sub run_slmgr_ato {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_slmgr_dlv
 
@@ -658,7 +658,7 @@ sub run_slmgr_dlv {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_license_status
 
@@ -700,7 +700,7 @@ sub get_license_status {
        return $license_status;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 deactivate
 
@@ -749,7 +749,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_network_location
 
@@ -786,7 +786,7 @@ EOF
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ping
 
@@ -841,7 +841,7 @@ sub firewall_enable_ping {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ping_private
 
@@ -902,7 +902,7 @@ sub firewall_enable_ping_private {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_disable_ping
 
@@ -949,7 +949,7 @@ sub firewall_disable_ping {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_rdp
 
@@ -1082,7 +1082,7 @@ sub firewall_enable_rdp {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_rdp_private
 
@@ -1102,7 +1102,7 @@ sub firewall_enable_rdp_private {
        return $self->firewall_enable_rdp('private');
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_disable_rdp
 
@@ -1150,7 +1150,7 @@ sub firewall_disable_rdp {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ssh
 
@@ -1262,7 +1262,7 @@ sub firewall_enable_ssh {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 firewall_enable_ssh_private
 
@@ -1282,7 +1282,7 @@ sub firewall_enable_ssh_private {
        return $self->firewall_enable_ssh('private');
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_firewall_state
 
@@ -1343,7 +1343,7 @@ sub get_firewall_state {
        return "OFF";
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_firewall_configuration
 
@@ -1527,7 +1527,7 @@ sub get_firewall_configuration {
        return $firewall_configuration;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 _enable_firewall_port_helper
 
@@ -1625,7 +1625,7 @@ sub _enable_firewall_port_helper {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 run_sysprep
 
@@ -1895,7 +1895,7 @@ EOF
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 set_ignore_default_routes
 
@@ -1966,7 +1966,7 @@ sub set_ignore_default_routes {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 defragment_hard_drive
 
@@ -1984,7 +1984,7 @@ sub defragment_hard_drive {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 wait_for_response
 
@@ -2038,7 +2038,7 @@ sub wait_for_response {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 sanitize_files
 
@@ -2066,7 +2066,7 @@ sub sanitize_files {
        return $self->SUPER::sanitize_files(@file_paths);
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 disable_sleep
 
@@ -2113,7 +2113,7 @@ sub disable_sleep {
        return 1;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 query_event_log
 
@@ -2206,7 +2206,7 @@ sub query_event_log {
        return @events;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 query_event_log_helper
 
@@ -2266,7 +2266,7 @@ sub query_event_log_helper {
        }
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_logon_events
 
@@ -2465,7 +2465,7 @@ EOF
        return @logon_events;
 }
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2008.pm Thu 
May  4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_6::200
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6::2008;
 
 # Specify the lib path using FindBin
@@ -55,7 +55,7 @@ use diagnostics;
 use VCL::utils;
 use File::Basename;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -72,13 +72,13 @@ use File::Basename;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Server_2008";
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -131,7 +131,7 @@ sub pre_capture {
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2012.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2012.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2012.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/2012.pm Thu 
May  4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_6::201
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6::2012;
 
 # Specify the lib path using FindBin
@@ -54,7 +54,7 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -71,7 +71,7 @@ use VCL::utils;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Server_2012";
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/7.pm Thu May  
4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_6::7.p
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6::7;
 
 # Specify the lib path using FindBin
@@ -54,7 +54,7 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -71,13 +71,13 @@ use VCL::utils;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_7";
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -184,7 +184,7 @@ Prepare the computer for Sysprep or prep
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/8.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/8.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/8.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/8.pm Thu May  
4 23:22:17 2017
@@ -28,7 +28,7 @@ VCL::Module::OS::Windows::Version_6::8.p
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6::8;
 
 # Specify the lib path using FindBin
@@ -50,7 +50,7 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -69,13 +69,13 @@ use VCL::utils;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_8";
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -157,7 +157,7 @@ sub pre_capture {
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm 
(original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS/Windows/Version_6/Vista.pm Thu 
May  4 23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::OS::Windows::Version_6::Vis
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::OS::Windows::Version_6::Vista;
 
 # Specify the lib path using FindBin
@@ -55,7 +55,7 @@ use diagnostics;
 use VCL::utils;
 use File::Basename;
 
-##############################################################################
+###############################################################################
 
 =head1 CLASS VARIABLES
 
@@ -72,13 +72,13 @@ use File::Basename;
 
 our $SOURCE_CONFIGURATION_DIRECTORY = "$TOOLS/Windows_Vista";
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 pre_capture
 
@@ -139,7 +139,7 @@ Prepare the computer for post_load.cmd t
        return 1;
 } ## end sub pre_capture
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/Predictive.pm Thu May  4 23:22:17 
2017
@@ -32,7 +32,7 @@ VCL::Module::Predictive - VCL predictive
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::Predictive;
 
 # Specify the lib path using FindBin
@@ -54,13 +54,13 @@ use diagnostics;
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_0.pm Thu May  4 
23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::Predictive::Level_0 - VCL p
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::Predictive::Level_0;
 
 # Specify the lib path using FindBin
@@ -55,13 +55,13 @@ use English '-no_match_vars';
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_next_image
 
@@ -201,7 +201,7 @@ sub get_next_image {
        return @ret_array;
 } ## end sub get_next_image_revision
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Thu May  4 
23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::Predictive::Level_1 - VCL p
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::Predictive::Level_1;
 
 # Specify the lib path using FindBin
@@ -55,13 +55,13 @@ use English '-no_match_vars';
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_next_image
 
@@ -481,7 +481,7 @@ sub get_next_image {
        return @ret_array;
 } ## end sub get_next_image_revision
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__

Modified: vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_2.pm
URL: 
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_2.pm?rev=1793929&r1=1793928&r2=1793929&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_2.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_2.pm Thu May  4 
23:22:17 2017
@@ -32,7 +32,7 @@ VCL::Module::Predictive::Level_2 - VCL p
 
 =cut
 
-##############################################################################
+###############################################################################
 package VCL::Module::Predictive::Level_2;
 
 # Specify the lib path using FindBin
@@ -55,13 +55,13 @@ use English '-no_match_vars';
 
 use VCL::utils;
 
-##############################################################################
+###############################################################################
 
 =head1 OBJECT METHODS
 
 =cut
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 =head2 get_next_image
 
@@ -212,7 +212,7 @@ sub get_next_image {
 
 } ## end sub get_next_image_revision
 
-#/////////////////////////////////////////////////////////////////////////////
+#//////////////////////////////////////////////////////////////////////////////
 
 1;
 __END__


Reply via email to