摘要: PowerShell - Variables # variables are limited to Scope in which they are created $Console_Ctreated = 1 Invoke-Command -ScriptBlock {$Script_Created = 阅读全文
posted @ 2022-01-04 17:44 晨风_Eric 阅读(35) 评论(0) 推荐(0) 编辑