Say goodbye to key management – manage access to Azure Storage data using Azure AD
http://www.dushyantgill.com/blog/2015/04/26/say-goodbye-to-key-management-manage-access-to-azure-storage-data-using-azure-ad/
http://www.dushyantgill.com/blog/2015/04/26/say-goodbye-to-key-management-manage-access-to-azure-storage-data-using-azure-ad/
Have a look at this tool from Sysinternal https://technet.microsoft.com/en-us/sysinternals/ff700229.aspx
This is the best guide EVER http://www.niallbrady.com/2011/08/31/missing-nic-driver-in-winpe-boot-image-no-problem/
“C:\Program Files\Microsoft Security Client\msseces.exe”
To open the SCCM client control panel run the following command from the command prompt: %windir%\CCM\SMSCFGRC.cpl To Open the Software Center run the following command from the command prompt: %windir%\CCM\SCClient.exe
If you because of a restore suddenly get stuck with one “disk0.vhdx” and one “disk0-snapshot.vhdx” virtual disk, and you are not able to merge them using Hyper-V Manager? You can merge them with PowerShell Merge-VHD -Path *PathToSnapshotFile*\disk0-snapshot.vhd -DestinationPath *PathToDestinationFile*\disk0.vhd ex: Merge-VHD -Path c:\VM\VM01\Virtual Hard Disks\disk0-snapshot.vhd -DestinationPath c:\VM\VM01\Virtual Hard Disks\disk0.vhd
Source: http://technet.microsoft.com/en-us/library/jj200124.aspx
Create the following Registry Item Action: Update Hive: HKEY_LOCAL_MACHINE Key Path: SOFTWARE\JavaSoft\Java Update\Policy Value name: EnableJavaUpdate Value type: REG_DWORD Value data: 00000000
Make sure you get the correct VM Get-VM -Name “VM Name” | Ft Name When you know that the first query give you the correct VM, and only that VM Get- VM -Name “VM Name” | Remove-VM -Force
Show your desktop background on the Start Screen New registry value under User Configuration\Preferences\Windows Settings\Registry -Hive: HKEY_CURRENT_USER -Key Path: Software\Microsoft\Windows\CurrentVersion\Explorer\Accent -Value name: MotionAccentId_v1.00 -Value type: REG_DWORD -Value data: 000000DB -Base: Hexadecimal Undo: 000000DD