Profile_bird

Hey there! juneb_get_help is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving juneb_get_help's tweets.

Already using Twitter
from your phone? Click here.

juneb_get_help

  1. Directory of #PowerShell Features from Microsoft: http://bit.ly/UkCih
  2. October updates to #PowerShell Help now live in TechNet Library. See about_operator_precedence.
  3. Save an ISE file as ASCII (Unicode by default): $psise.currentfile.SaveAs("c:\ps-test\myscript.ps1", [System.Text.Encoding]::ASCII)
  4. @karlprosser The opposite of parse is "do not interpret." (Send whatever it is as a black box.)
  5. Best thing about Cmdlet Designer is that it's #PowerShell. Don't use the UI. Get-PSSpecCmdlet, Get-PSSpecParameter...
  6. #PowerShellPack: get-help about_isepack_module
  7. C:\PS> (gcm -module #powershellpack).count #814 !
  8. #PowerShellPack: get-logicalDiskInventory –computerName server01
  9. #PowerShellPack: Start-ProcessAsAdministrator powershell
  10. #PowerShellPack: $NewImage = get-image cuteKid.jpg | Set-ImageFilter -filter (Add-RotateFlipFilter -flipHorizontal -passThru) -passThru
  11. #PowerShellPack: Tweet your favorite PowerShellPack cmdlet. Mine is Copy-ImageIntoOrganizedFolder.
  12. The #PowerShellPack is free on MSDN Code Gallery : http://bit.ly/1B8Iql
  13. #PowerShellPack: Don't miss JamesBru on PowerScripting Podcast. Get your PowerShellPack!!
  14. @shanselman Live web feed of 6-year-old in helium-powered aircraft: http://bit.ly/GMwYO
  15. @PowerGUIorg Try Start-Sleep (v1, v2)
  16. @dahlbyk I passed your comments to the SQL team. Thanks!
  17. @mkrenz Most of the changes occur because PoSH is .NET-based. The originals didn't work. We tried to take the best of many languages.
  18. @halr9000 Well, if Jason agrees, I can't object. (Jason is our AWESOME language dev working with Bruce Payette. Brilliant guys!)
  19. RT @halr9000: Tonight on the PowerScripting Podcast, PowerShell developer James Brundage @JamesBru http://bit.ly/194UPP at 930pm EDT!
  20. @halr9000 RE: Comment-based Help: I think the extra spaces are intentional. It's hard to read anything in the console w/o extra white space.