WindowsLab

1.0.1

WindowsLab is a PowerShell module designed to simplify the administration of a computer lab running Windows OS. It provides cmdlets for common tasks such as:

- Starting, restarting, and stopping all computers.
- Updating date and time on all computers.
- Creating and removing local accounts.
- Changing passwords.
- Disconnecting users.
- Sending files to all c
WindowsLab is a PowerShell module designed to simplify the administration of a computer lab running Windows OS. It provides cmdlets for common tasks such as:

- Starting, restarting, and stopping all computers.
- Updating date and time on all computers.
- Creating and removing local accounts.
- Changing passwords.
- Disconnecting users.
- Sending files to all computers at once.
Show more

Minimum PowerShell version

7.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WindowsLab -RequiredVersion 1.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WindowsLab -Version 1.0.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Human.Against.Machine. All rights reserved.

Package Details

Author(s)

  • Human.Against.Machine

Tags

Windows Lab-management Computer-room Automation Users-management

Functions

Stop-LabPc Start-LabPc Set-LabPcName Sync-LabPcDate Test-LabPcPrompt Disconnect-User New-LabUser Remove-LabUser Set-LabUser Deploy-Item Show-LabPcMac

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## [1.0.1] - 2024-10-07
### Added
- GettingLabReady.ps1 script helps to automate each LabPC preparation.
- Changelog to manifest.

### Fixed
- Typos in manifest description value, now use here-string.

## [1.0.0] - 2024-10-05
### Added
- Set-LabPcName cmdlet, opens a GUI to set LabPC names.

### Changed
- Improved cmdlets names.
- Updated overall documentation.

## [0.9.0] - 2024-08-06
### Initial Release
- A group of cmdlets for managing a laboratory.

FileList

Version History

Version Downloads Last updated
1.1.1 13 11/18/2024
1.1.0 6 11/17/2024
1.0.1 (current version) 21 10/7/2024
1.0.0 9 10/5/2024
0.9.0 15 8/6/2024