מחיקת תיקיות של משתמשים שעזבו

Arielvista

New member
מחיקת תיקיות של משתמשים שעזבו

בשרת server 2008 R2,יש תיקיית מערכת שנקראת UserProfiles עבור כל יוזר בדומיין.
כאשר עובד עוזב ואני מסיר אותו מה AD התיקיה הזאת נשארת, תופסת מקום על השרת (חלקן 8-9 GB) ואין לי אפשרות להסיר או לגשת אליהן בכלל.
ניסיתי לקחת ownership בתור אדמיניסטרטור, וזה עדיין לא עזר לי.
איך אני נפתר מכל אלה?
 

Arielvista

New member
עקפתי\פתרתי את זה עם command line

&nbsp
Question
Sign in to vote
1
Sign in to vote
&nbsp
Hi,
&nbsp
Hi,
You can use a new command line tool takeown to take ownership of the entire folder structure with proper switches.
&nbsp
More info:
&nbsp
http://technet.microsoft.com/en-us/library/cc753024(WS.10).aspx
&nbsp
&nbsp
For Files:
&nbsp
takeown /f file_name /d y
icacls file_name /grant administrators:F
&nbsp
For Folders or Directories (will perform action recursively):
&nbsp
takeown /f directory_name /r /d y
icacls directory_name /grant administrators:F /t
 
למעלה