вторник, 26 апреля 2016 г.

IIS, localhost, Access Denied



You are almost certainly running into the Windows loopback check that was introduced with IIS 5.1. This is a security feature to avoid certain types of reflection attacks against the system.
Microsoft has a KB article describing workarounds. They basically boil down to modifying the registry to either disable the loopback check, or to allow certain hostnames (e.g. your local host name or site name) to back-connect.
You can quickly disable the check via PowerShell:

PowerShell to Import User Photos into AD and Office365

#variables
$location = 'C:\User_Photos'

#settings
$Dir = get-childitem $location
$List = $Dir | where {$_.extension -eq ".jpg"}

Hyper-V Cluster Backup problem: Unexpected failure. Error code: 48F@01000003

It seems that we are seeing some of the same issues running Data Protection Manager 2012 R2 and Windows Server 2012 R2 as we did in the earlier versions
So for now until further fixes
Set-ItemProperty hklm:\system\currentcontrolset\control\filesystem -Name "FilterSupportedFeaturesMode" -Value 1
is your best friend
This was against a HP 3PAR but its know to be a issue against EMC also 

Маленькая заметка о похудении и спортзале


Deploying Enterprise PKI on Windows Server 2012 R2

There are many reasons to deploy your own public key infrastructure (PKI). If you are looking to set up DirectAccess, in certain circumstances – like for instance, when you want Windows 7 clients to access corporate resources over DirectAccess – then you have to deploy an enterprise PKI. Microsoft’s implementation of PKI is called Active Directory Certificate Services, or AD CS, and it comes built into the Windows Server 2012 R2 operating system.

Improving Office 2013/2016 and Office365 Performance

Just a few little tips to improve the performance of the Microsoft Office Suite of products.
“For all clients, but in particular Macintosh and other Exchange Web Service based clients, limiting the number of items in the Inbox root folder, the Deleted Items folder, and the Sent Items folder to under 5,000 will improve client performance.”

Запуск

Это первая проба пера - не судите строго.