https://github.com/FlorianSLZ/IntuneBulkMaster
The IntuneBulkMaster provides a set of functions for managing and interacting with Microsoft Intune. It is designed to perform bulk operations on Intune-managed devices, such as rebooting, collecting diagnostics, and rotating keys. This module facilitates efficient management of devices by allowing administrators to perform tasks
https://github.com/FlorianSLZ/IntuneBulkMaster
bulk-operation device device-management intune
Last synced: 6 months ago
JSON representation
The IntuneBulkMaster provides a set of functions for managing and interacting with Microsoft Intune. It is designed to perform bulk operations on Intune-managed devices, such as rebooting, collecting diagnostics, and rotating keys. This module facilitates efficient management of devices by allowing administrators to perform tasks
- Host: GitHub
- URL: https://github.com/FlorianSLZ/IntuneBulkMaster
- Owner: FlorianSLZ
- License: gpl-3.0
- Created: 2023-05-16T04:59:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:16:18.000Z (over 1 year ago)
- Last Synced: 2024-08-13T15:58:27.485Z (over 1 year ago)
- Topics: bulk-operation, device, device-management, intune
- Language: PowerShell
- Homepage:
- Size: 332 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# IntuneBulkMaster
The `IntuneBulkMaster` provides a set of functions for managing and interacting with Microsoft Intune. It is designed to perform bulk operations on Intune-managed devices, such as rebooting, collecting diagnostics, and rotating keys. This module facilitates efficient management of devices by allowing administrators to perform tasks across multiple devices or groups with ease.
## PowerShell Module
You can find the PowerShell module and readme in the subdirectory [Module\IntuneBulkMaster](https://github.com/FlorianSLZ/IntuneBulkMaster/tree/main/Module/IntuneBulkMaster).
## UI
The UI will be developed once the PowerShell module is well tested and considered stable.