Tag Archives: PowerShell

Windows PowerShell

Overview * PowerShell is a glue language for distributed automation in Windows environment * Leverage .NET framework – Can be embedded in .NET applications – Can embed .NET code directly in a PowerShell script – Access C# class methods: [System.Math]::Pow(2,3) … Continue reading

Posted in PowerShell | Tagged | Leave a comment