You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following list describes the properties that are added when you use the Force parameter:
272
-
273
-
-- PSBase: The original properties of the .NET Framework object without extension or adaptation. These are the properties defined for the object class and listed in MSDN.
274
-
275
-
-- PSAdapted: The properties and methods defined in the Windows PowerShell extended type system.
276
-
277
-
-- PSExtended: The properties and methods that were added in the Types.ps1xml files or by using the Add-Member cmdlet.
278
-
279
-
-- PSObject: The adapter that converts the base object to a Windows PowerShell PSObject object.
280
-
281
-
-- PSTypeNames: A list of object types that describe the object, in order of specificity. When formatting the object, Windows PowerShell searches for the types in the Format.ps1xml files in the Windows PowerShell installation directory ($pshome). It uses the formatting definition for the first type that it finds.```yaml
The following list describes the properties that are added when you use the Force parameter:
296
-
297
-
-- PSBase: The original properties of the .NET Framework object without extension or adaptation. These are the properties defined for the object class and listed in MSDN.
298
-
299
-
-- PSAdapted: The properties and methods defined in the Windows PowerShell extended type system.
300
-
301
-
-- PSExtended: The properties and methods that were added in the Types.ps1xml files or by using the Add-Member cmdlet.
302
-
303
-
-- PSObject: The adapter that converts the base object to a Windows PowerShell PSObject object.
304
-
305
-
-- PSTypeNames: A list of object types that describe the object, in order of specificity. When formatting the object, Windows PowerShell searches for the types in the Format.ps1xml files in the Windows PowerShell installation directory ($pshome). It uses the formatting definition for the first type that it finds.```yaml
0 commit comments