Hi All,
I am tring to create an Extension Attribute for finding the Macs in JSS that have available disk space is less then 2X of there Microsoft User Data folder size.
I can get the disk space using this Unix cammand :-
admin$ df -h
and Microsoft User Data Folder size. using
du -sh /Users/$user/Documents/Microsoft User Data
If any one can help with shell script?
Regards,
Vinay
