PowerShell Tips & Tricks: Tip# 02 Show MessageBox using PowerShell
فبراير 20, 2010
أضف تعليقاً
علشان تظهر MessageBox بإستخدام Windows PowerShell هنضيف الـ net reference. اللي يحتوي على الـMethod الخاصه بإظهار MessageBox
[System.Windows.Forms.MessageBox]::Show(“Message”)



