Public/Get-PCSetup.ps1

#Get commands for the Module
function Get-PCSetup {
    Get-Command -Module PCSetup
}