##################################################################### # Test-Me.ps1 # Version 0.63 # # This script just tests something # ##################################################################### #requires -Version 2.0 function Test-Me { [CmdletBinding()] param ( [Parameter(Mandatory = $true, ValueFromPipeline = $true, Position = 0)] [string]$Argument ) Write-Host "You have passed the following argument to me:" Write-Host $Argument }
yottun8 edited Revision 6. Comment: Fixed few HTML formatting.
yottun8 edited Revision 4. Comment: Added the "Wiki: Development Portal" link.
yottun8 edited Revision 3. Comment: Added a pt-BR link.
yottun8 edited Revision 1. Comment: Altered "関連項目(See Also)" link to Japanese article
yottun8 edited Original. Comment: テンプレートのメッセージを修正
Great job on these translations! Check out this blog post about the TechNet Wiki Translation Challenge here:blogs.technet.com/.../technet-wiki-translation-challenge-ready-battle-german-vs-portuguese-vs-italian-vs-french-vs-japanese-vs-norwegian.aspx
Thanks!