Forum

mp3 dosyası yasakla...
 
Bildirimler
Hepsini Temizle

mp3 dosyası yasaklama

5 Yazılar
4 Üyeler
0 Likes
652 Görüntüleme
(@EmreTastekin)
Gönderiler: 86
Estimable Member
Konu başlatıcı
 

merhaba şirketimdeki kullanıcıların mp3 dosyalarını kendi pc lerine kopyalamayı cd-rom ve usb kullanım kısıtlama olmadan nasıl yasaklayabilirim?domain yapısı mevcut ve bütün kullanıcılar domain user,script veya gpo üzerinden yapma imkanım var mı?

 
Gönderildi : 31/05/2008 21:19

(@muratguclu)
Gönderiler: 1164
Noble Member
 

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colFiles = objWMIService.ExecQuery _
    ("Select * from CIM_DataFile where Extension = 'mp3'")
For Each objFile in colFiles
   objFile.Delete
Next


Bu script mp3 dosyalarını siler


Serhat hocam sağolsun hazırlamış [:)]


 


 

 
Gönderildi : 31/05/2008 23:34

(@EmreTastekin)
Gönderiler: 86
Estimable Member
Konu başlatıcı
 

murat bey cevabınız için tşk.ederim  yukardaki scripti domainime uyguladım daha önceden gayet güzel çalıştı yalnız benim istediğim kullanıcını cd romdan veya usb den mp3 formatlı dosya kopyalamsını kısıtlamak usb ve cd-rom ları kapatamıyorum iş gereği,bunu yapmamnın bi yolu varmıdır diye sormak istedim? tşk.ederim...

 
Gönderildi : 01/06/2008 00:08

(@cozumpark)
Gönderiler: 16309
Illustrious Member Yönetici
 

murat bey cevabınız için tşk.ederim  yukardaki scripti domainime uyguladım daha önceden gayet güzel çalıştı yalnız benim istediğim kullanıcını cd romdan veya usb den mp3 formatlı dosya kopyalamsını kısıtlamak usb ve cd-rom ları kapatamıyorum iş gereği,bunu yapmamnın bi yolu varmıdır diye sormak istedim? tşk.ederim...


Merhaba  , Linkleri inceleyebilirsiniz .


http://cozumpark.com/forums/thread/612.aspx  


http://cozumpark.com/blogs/windows_server/archive/2008/04/26/rms-ile-d-k-man-g-venli-i.aspx  

 
Gönderildi : 01/06/2008 01:10

(@oguzhanbitlisli)
Gönderiler: 180
Reputable Member
 

Kardeş eğer yapında cdrom yada usb lerı komple kapatmak kullanıcıların çalışmasını engellemeyecek ise komple kapatabilirsin Onun için Hocalarımızın hazırlamış olduğu adm dosyalar var ; aşağıdaki komutları bir notepade ye yapıstır ve adm dosyası olarak kaydet sonra bunu group police ye ekle sonra ıstedıgın kısıtlamayı yap. Yok usb yada cdromları komple kapatmak çalışmayı engeller dersen File Server Makalasi var sitede ondan yararlanarak dosya uzantıları bazında ıstedıgın kısıtlamayı yapabılırsın.


CLASS MACHINE
CATEGORY !!category
 CATEGORY !!categoryname
  POLICY !!policynameusb
   KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR"
   EXPLAIN !!explaintextusb
     PART !!labeltextusb DROPDOWNLIST REQUIRED
 
       VALUENAME "Start"
       ITEMLIST
        NAME !!Disabled VALUE NUMERIC 3 DEFAULT
        NAME !!Enabled VALUE NUMERIC 4
       END ITEMLIST
     END PART
   END POLICY
  POLICY !!policynamecd
   KEYNAME "SYSTEM\CurrentControlSet\Services\Cdrom"
   EXPLAIN !!explaintextcd
     PART !!labeltextcd DROPDOWNLIST REQUIRED
 
       VALUENAME "Start"
       ITEMLIST
        NAME !!Disabled VALUE NUMERIC 1 DEFAULT
        NAME !!Enabled VALUE NUMERIC 4
       END ITEMLIST
     END PART
   END POLICY
  POLICY !!policynameflpy
   KEYNAME "SYSTEM\CurrentControlSet\Services\Flpydisk"
   EXPLAIN !!explaintextflpy
     PART !!labeltextflpy DROPDOWNLIST REQUIRED
 
       VALUENAME "Start"
       ITEMLIST
        NAME !!Disabled VALUE NUMERIC 3 DEFAULT
        NAME !!Enabled VALUE NUMERIC 4
       END ITEMLIST
     END PART
   END POLICY
  POLICY !!policynamels120
   KEYNAME "SYSTEM\CurrentControlSet\Services\Sfloppy"
   EXPLAIN !!explaintextls120
     PART !!labeltextls120 DROPDOWNLIST REQUIRED
 
       VALUENAME "Start"
       ITEMLIST
        NAME !!Disabled VALUE NUMERIC 3 DEFAULT
        NAME !!Enabled VALUE NUMERIC 4
       END ITEMLIST
     END PART
   END POLICY
 END CATEGORY
END CATEGORY
 
[strings]
category="Custom Policy Settings"
categoryname="Restrict Drives"
policynameusb="Disable USB Removable Drives"
policynamecd="Disable CD-ROM"
policynameflpy="Disable Floppy"
policynamels120="Disable High Capacity Floppy"
explaintextusb="Disables the USB Removable Drives capability by disabling the usbstor.sys driver. \n\nSelect the ENABLED radiobox, then select STOPPED for the usbstore.sys driver status in the drop-down list.  \n\nNote that this will only prevent usage of newly plugged-in USB Removable Drives or Flash Drives, devices that were plugged-in while this option was not configured will continue to function normally. Also, devices that use the same device or hardware ID (for example - 2 identical Flash Disks made by the same manufacturer) will still function if one of them was plugged-in prior to the configuration of this setting. In order to successfully block them you will need to make sure no USB Removable Drive is plugged-in while you set this option. \n\nIn order to re-enable the usage of USB Removable Drives select STARTED for the usbstore.sys driver status in the drop-down list."
explaintextcd="Disables the CD-ROM Drive by disabling the cdrom.sys driver. \n\nSelect the ENABLED radiobox, then select STOPPED for the cdrom.sys driver status in the drop-down list. \n\nIn order to re-enable the usage of USB Removable Drives select STARTED for the cdrom.sys driver status in the drop-down list."
explaintextflpy="Disables the Floppy Drive by disabling the flpydisk.sys driver. \n\nSelect the ENABLED radiobox, then select STOPPED for the flpydisk.sys driver status in the drop-down list. \n\nIn order to re-enable the usage of USB Removable Drives select STARTED for the flpydisk.sys driver status in the drop-down list."
explaintextls120="Disables the High Capacity Floppy Drive by disabling the sfloppy.sys driver. \n\nSelect the ENABLED radiobox, then select STOPPED for the sfloppy.sys driver status in the drop-down list. \n\nIn order to re-enable the usage of USB Removable Drives select STARTED for the sfloppy.sys driver status in the drop-down list."
labeltextusb="usbstore.sys driver status"
labeltextcd="cdrom.sys driver status"
labeltextflpy="flpydisk.sys driver status"
labeltextls120="sfloppy.sys driver status"
Enabled="Stopped"
Disabled="Started"

 
Gönderildi : 01/06/2008 01:20

Paylaş: