Posts

How to Get LUN WWN ID on Windows Server 2012 Operating System

Go to powershell and run below mentioned command. Get-Disk -Number 17 | Select UniqueId   Replace numeric digit with actual disk ID (can fetch that from disk management console) output : UniqueId -------- 60002AC0000000000000006A003430FA

Modify BulkRegistry Permission Through Regedit in Windows

Image
Sometimes it becomes necessary to remove a group of registry entries from Registry editor but due to lack of permission adn inheritance it becomes so  quite impossible to action on them in a go. Below solution will allow you to set desired permission in any of the registry group in single go.   Open an empty mmc and add the Snap-ins “ Security Configuration and Analysis ” and “ Security Templates ”. 2.     Create a Template Right click on the path under Security Template Choose “New Template” Name the template as wanted Go to “Registry” and right click on right pane and click on add key Select the target registry path and click on OK. Add “Everyone” and give “Full Permission”. Go to “ Advanced ” and click on “ Owner ” Set Owner as “ Everyone ” and Click on “ OK ” Select “ Replace existing permissions on all subkeys with inheritable permissions ” and click on “ OK ”.