Skip to content

Commit ec2135e

Browse files
committed
Changed function name to Verb-Noun
1 parent 91923b1 commit ec2135e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DSCResources/MSFT_xComputer/MSFT_xComputer.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Get-TargetResource
2929
Name = $env:COMPUTERNAME
3030
DomainName = GetComputerDomain
3131
JoinOU = $JoinOU
32-
CurrentOU = GetComputerOU
32+
CurrentOU = Get-ComputerOU
3333
Credential = [ciminstance]$convertToCimCredential
3434
UnjoinCredential = [ciminstance]$convertToCimUnjoinCredential
3535
WorkGroupName= (gwmi WIN32_ComputerSystem).WorkGroup
@@ -265,7 +265,7 @@ function GetComputerDomain
265265
}
266266
}
267267

268-
function GetComputerOU
268+
function Get-ComputerOU
269269
{
270270
$ou = $null
271271

0 commit comments

Comments
 (0)