In Your Code
OSD Module isn't just for Task Sequences ...
You can easily use OSD Module in your own PowerShell Modules and Scripts
PowerShell Modules
In your Module Manifest (PSD1), include the OSD Module in RequiredModules
OSDBuilder uses the OSD Module in some of its code. In this example, IsAdmin is being evaluated as this function requires Admin Rights
Last updated