Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Remove-TypeData

Remove-TypeData - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Remove-TypeData

Short description
Deletes extended types from the current session

Syntax


Description
The Remove-TypeData cmdlet deletes extended type data from the current session. This cmdlet affects only the current 
session and sessions that are created in the current session.


You can add properties and methods to objects in Windows PowerShell by defining them in Update-TypeData commands and  
Types.ps1xml files. Remove-TypeData deletes those extended properties and methods from the current session. 
Remove-TypeData does not delete the Types.ps1xml files or delete any extended type definitions from the Types.ps1xml 
files. For more information about Types.ps1xml files, see about_Types.ps1xml 
(http://go.microsoft.com/fwlink/?LinkID=113274).


This cmdlet is introduced in Windows PowerShell 3.0.