DriveManagementIntrinsics.GetAll Method

Definition

Retrieves all the drives in the specified scope.

public:
 System::Collections::ObjectModel::Collection<System::Management::Automation::PSDriveInfo ^> ^ GetAll();
public System.Collections.ObjectModel.Collection<System.Management.Automation.PSDriveInfo> GetAll ();
member this.GetAll : unit -> System.Collections.ObjectModel.Collection<System.Management.Automation.PSDriveInfo>
Public Function GetAll () As Collection(Of PSDriveInfo)

Returns

Applies to