cp c: \ windows \ system32 -rec d :; done
[System.Reflection.Assembly] :: LoadWithPartialName ("System.Windows.Forms")
function msgBox ($ x) {
[System.Windows.Forms.MessageBox] :: Show ($ x, 'Done!: PowerShell',
[Windows.Forms.MessageBoxButtons] :: OK,
[Windows.Forms.MessageBoxIcon] :: Information, [Windows.Forms.MessageBoxDefaultButton] :: Button1,
[Windows.Forms.MessageBoxOptions] :: ServiceNotification
)
}
function done () {
msgBox ("done")
}
Source: https://habr.com/ru/post/59630/
All Articles