我正在寻找如何更新现有 psobject 中的 noteproperty 的方法,例如我有 psobjects ($a) 的 system.array:
Group Assigment
----- ---------
Group1 Home
Group2 Office
问题是如何将“主页”更新为其他内容。
$一个 | 通用汽车:
TypeName: System.Management.Automation.PSCustomObject
Name MemberType Definition
---- ---------- ----------
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
Assigment NoteProperty System.String Assigment=Office
Group NoteProperty System.String Group=Group1
$a.GetType():
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True Object[] System.Array
感谢您未来的帮助。