About

function Get-About {            
    [PSCustomObject]@{            
        FirstName = 'Bartek'            
        LastName = 'Bielawski'            
        Country = 'Poland'            
        Interest = 'PowerShell', 'WMI', 'ADDS'            
        Contact = [PSCustomObject]@{            
            email = 'bartek.bielawski@live.com'            
            twitter = '@bielawb'            
        }            
    }            
}

2 thoughts on “About

  1. Pingback: PowerShell Magazine » An interview with PowerShell expert Bartek Bielawski

  2. Pingback: An interview with PowerShell expert Bartek Bielawski | PowerShell Magazine TV

Leave a comment