pending/registrysetting/Get-DCRegistrySetting.ps1
function Get-DCRegistrySetting { [CmdletBinding()] Param ( ) begin { } process { } end { } } |
function Get-DCRegistrySetting { [CmdletBinding()] Param ( ) begin { } process { } end { } } |