SCCMWebService..::..ResetComputer Method
Resets the computer.
Namespace:
SCCMWebServiceAssembly: SCCMWebService (in SCCMWebService.dll)
Syntax
[SoapHeaderAttribute] [WebMethodAttribute] public DataSet ResetComputer( string osdCollectionID, int[] resourceIDs, ComputerVariable[] variables, bool onlyStandardSoftware, bool resetVariables )
<SoapHeaderAttribute> _ <WebMethodAttribute> _ Public Function ResetComputer ( _ osdCollectionID As String, _ resourceIDs As Integer(), _ variables As ComputerVariable(), _ onlyStandardSoftware As Boolean, _ resetVariables As Boolean _ ) As DataSet
[SoapHeaderAttribute] [WebMethodAttribute] public: DataSet^ ResetComputer( String^ osdCollectionID, array<int^>^ resourceIDs, array<ComputerVariable^>^ variables, bool^ onlyStandardSoftware, bool^ resetVariables )
Parameters
- osdCollectionID
- Type: String
The osd collection identifier.
- resourceIDs
- Type: array<Int32>[]()[][]
The resource i ds.
- variables
- Type: array<ComputerVariable>[]()[][]
The variables.
- onlyStandardSoftware
- Type: Boolean
Installs only standard software (from task sequence).
- resetVariables
- Type: Boolean
Deletes all old variables.