ManagementGroupAdministration.DeleteRemotelyManagedComputers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete remotely managed computers.
public:
void DeleteRemotelyManagedComputers(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Administration::RemotelyManagedComputer ^> ^ remotelyManagedComputers);
public void DeleteRemotelyManagedComputers (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> remotelyManagedComputers);
member this.DeleteRemotelyManagedComputers : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Administration.RemotelyManagedComputer> -> unit
Public Sub DeleteRemotelyManagedComputers (remotelyManagedComputers As IList(Of RemotelyManagedComputer))
Parameters
- remotelyManagedComputers
- IList<RemotelyManagedComputer>
Remotely managed computer collection.