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