Hi All,
I have to find the disk utilization as per user using powershell.
I can do this with UI like -:
1) Right Click on This PC.
2) Go to properties from drop down and go to advanced settings
3) Click on User profile's setting then we can see the users and there usage.
Now I want to do this programmatically.
I've requirement like if a particular user usage is more than 2GB space then he should get automatic email trigger.
How can we do this with powershell?
Regards,
Punjab1018