@@ -17,13 +17,13 @@ $LocalizedData = Get-LocalizedData `
1717
1818<#
1919 . SYNOPSIS
20- Returns the current time zone of the node.
20+ Returns the current time zone of the node.
2121
2222 . PARAMETER IsSingleInstance
23- Specifies the resource is a single instance, the value must be 'Yes'.
23+ Specifies the resource is a single instance, the value must be 'Yes'.
2424
2525 . PARAMETER TimeZone
26- Specifies the time zone.
26+ Specifies the time zone.
2727#>
2828function Get-TargetResource
2929{
@@ -58,13 +58,13 @@ function Get-TargetResource
5858
5959<#
6060 . SYNOPSIS
61- Sets the current time zone of the node.
61+ Sets the current time zone of the node.
6262
6363 . PARAMETER IsSingleInstance
64- Specifies the resource is a single instance, the value must be 'Yes'.
64+ Specifies the resource is a single instance, the value must be 'Yes'.
6565
6666 . PARAMETER TimeZone
67- Specifies the time zone.
67+ Specifies the time zone.
6868#>
6969function Set-TargetResource
7070{
@@ -91,20 +91,19 @@ function Set-TargetResource
9191 }
9292 else
9393 {
94- Write-Verbose - Message ($LocalizedData.TimeZoneAlreadySetMessage `
95- -f $TimeZone )
94+ Write-Verbose - Message ($LocalizedData.TimeZoneAlreadySetMessage -f $TimeZone )
9695 }
9796}
9897
9998<#
10099 . SYNOPSIS
101- Tests the current time zone of the node.
100+ Tests the current time zone of the node.
102101
103102 . PARAMETER IsSingleInstance
104- Specifies the resource is a single instance, the value must be 'Yes'.
103+ Specifies the resource is a single instance, the value must be 'Yes'.
105104
106105 . PARAMETER TimeZone
107- Specifies the time zone.
106+ Specifies the time zone.
108107#>
109108function Test-TargetResource
110109{
0 commit comments