microsoftgraph / microsoftgraph/msgraph-sdk-powershell
Add other operating system to disable device from update-mgdevice command
Open
@freestyll is already working on this.
Since May 17, 2024.
type:feature
- Dominant language
- C#
- Stars
- 898
- Forks
- 230
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 31
Description
Is your feature request related to a problem? Please describe the problem.
I try to disable a device with the command : update-mgdevice -deviceid "IDofTheDevice" -AccountEnabled:$false
But I get that answer when I tried for an Android or iOS device : Update-MgDevice_UpdateExpanded: Properties other than ExtendedAttribute1..15 can be modified only on windows devices.
For a windows device : success
Describe the solution you'd like.
Add android and iOS capabilities for that update-device command, we should have the same capabilities between shell command and from azure portal.
Additional context?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.