摘要: Hi guysI am concerned on how the tech leaders have approached this topic. I expect from our leaders to tell us more than “it’s hard” – I know that much. The attitude of a leader is to say either “don’t do this, it’s a stupid idea” or else join in to make it happen.We will push this forward and have 阅读全文
posted @ 2012-09-17 17:45 Alex Tian 阅读(176) 评论(0) 推荐(0)
摘要: clsfunction get-diskratio(){ param([Parameter(Position=0, Mandatory=$true)] $DiskString ) if ( $DiskString -eq ""){ Write-Output $null ; } else { Write-Host $DiskString.substring($DiskString.IndexOf("|")+1,$DiskString.length-$DiskString.IndexOf("|")-2) Write-Output $Dis 阅读全文
posted @ 2012-09-17 17:44 Alex Tian 阅读(295) 评论(0) 推荐(0)