Skip to content

Commit

Permalink
Merge pull request #91 from milkshakespoon/patch-1
Browse files Browse the repository at this point in the history
Samples - Create 7-Drives.ps1
  • Loading branch information
darrelmiller authored Feb 14, 2020
2 parents 2bb4972 + 00d892f commit 994cf8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/7-Drives.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Drive snippets

# Get drives

Get-MgDrive -Top 100

# Get drive list

Get-MgDriveList -DriveId $DriveId

0 comments on commit 994cf8f

Please sign in to comment.