Skip to content

Commit 643e693

Browse files
committed
clean up
1 parent 723c687 commit 643e693

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

articles/lab-services/classroom-labs/how-to-manage-lab-accounts.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,6 @@ Follow instructions from the previous section that displays lab accounts in a li
9292

9393
![Delete lab account - confirmation](../media/how-to-manage-lab-accounts/delete-lab-account-confirmation.png)
9494

95-
## Az.LabServices module (preview)
96-
Az.LabServices is a PowerShell module that simplifies the management of Azure Lab services. It provides composable functions to create, query, update and delete lab accounts, labs, VMs, and Images.
97-
98-
Here is an example that showcases using the library to stop all the running VMs in all labs.
99-
100-
```powershell
101-
Get-AzLabAccount | Get-AzLab | Get-AzLabVm -Status Running | Stop-AzLabVm
102-
```
103-
104-
For more information, see the following articles:
105-
106-
- [Tutorial](https://github.com/Azure/azure-devtestlab/blob/master/samples/ClassroomLabs/Modules/Library/HowTo.md)
107-
- [Az.LabServices home page on GitHub](https://github.com/Azure/azure-devtestlab/tree/master/samples/ClassroomLabs/Modules/Library)
10895

10996
## Next steps
11097
See the following article: [How to configure lab accounts](how-to-configure-lab-accounts.md).

0 commit comments

Comments
 (0)