You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I use the device role feature, there seems to be limited documentation and I am wondering if this is performed differently or if its an MDT thing. I would like to set device roles based on (General User - Laptop, General User - Desktop, Specialized - Laptop, etc.) and then have it assign the MachineObjectOU and Join the domain and bypass those parts in the PSDWizard. Any help would be great.
The text was updated successfully, but these errors were encountered:
I saw this opened and wanted to comment on it. I see you closed it but still felt I should provide some context. the Device Roles in the PSDWizard does nothing but merely set a variable. The same goes for the Intune Groups page as well. These variables can be used, however, with some automation later or in the Task sequence.
Now for your ask on bypassing parts of the PSDWizard. This can be done using the skip options (see https://github.com/FriendsOfMDT/PSD/blob/CurrentDev/Documentation/PowerShell%20Deployment%20-%20PSD%20Wizard%20Guide.md) and with some creative scripting, you could have the role selection that does all the things you mention and skip the domain section and other parts of the PSDWizard. This can't be done dynamically from within the wizard but can be controlled via CustomSettings.ini.
We haven't provided the automation scripts in the repo but we are looking into adding some documentation around it and maybe some examples. If you interesting in learning more; i recommend setting up RestPS and start testing some code there. Here are some links to get your started:
With all that, I am working incorporating a roles selection option in the deployment readiness page, that "pre-selects" all the items that can be set in the wizard. However, I haven't decided the best method of implementing this yet.
How do I use the device role feature, there seems to be limited documentation and I am wondering if this is performed differently or if its an MDT thing. I would like to set device roles based on (General User - Laptop, General User - Desktop, Specialized - Laptop, etc.) and then have it assign the MachineObjectOU and Join the domain and bypass those parts in the PSDWizard. Any help would be great.
The text was updated successfully, but these errors were encountered: