Private/Test-YouTubeUrl.ps1
function Test-YouTubeUrl { [CmdletBinding()] param ( ) begin { } process { } end { } } |
function Test-YouTubeUrl { [CmdletBinding()] param ( ) begin { } process { } end { } } |