Tuesday, February 16, 2021

Azure Getting Started via PowerShell

Step 1: Run PowerShell as an AdministratorAllows you to run administrative commands [sometimes needed to install modules]Start – Type PowerShell – Right-click, run as administrator      Step 2: Install Azure RM ModuleThe Azure RM Module will give you the ability to run Azure commands in PowerShell.  Prior to...

Thursday, June 29, 2017

Petya Ransomware – Microsoft Guidelines

On June 27, 2017 reports of a ransomware infection began spreading across Europe. We saw the first infections in Ukraine, where more than 12,500 machines encountered the threat. We then observed infections in another 64 countries, including Belgium, Brazil, Germany, Russia,...

Tuesday, May 16, 2017

Alert: WannaCry Malware Attack and Recommended Actions

  This alert is to provide guidance regarding malware variously named WannaCrypt, WannaCry, WannaCryptor, or Wcry. On May 12, 2017, organisations around the world and the critical systems were victims of malicious “WannaCrypt” software. Below we have given further details...

Friday, April 14, 2017

Remove X-powered by ASP.NET version and IIS version from HTTP response header of IIS webservers

Hackers are using footprinting techniques to collect as much information about a target network. By simply telnetting a webserver, sensitive information such as servername, server type, operating systems and application running can be disclosed. For example, tools such as httprecon,...

How to center align the ActionBar title or icon in Android?

In your Activity, in your onCreate() method: getSupportActionBar().setDisplayOptions(ActionBar.DISPLAY_SHOW_CUSTOM); getSupportActionBar().setCustomView(R.layout.abs_layout...

Thursday, April 13, 2017

Microsoft Enterprise Threat Detection (ETD)

ETD-Hosted is a managed security service used to detect security related incidents and vulnerabilities within your environment that other sensors may have missed, providing unique insight into their global impact. There’s a range of 25,000 till 250,000 endpoints/hosts which...

Thursday, April 6, 2017

Build cross-platform apps with Visual Studio Tools for Apache Cordova

VS2015 and Cordova Visual Studio 2015 RC In Visual Studio 2013, the Cordova tools are released as a preview (CTP) version. Cordova tools will be released as part of Visual Studio 2015 and we recommend that you now use Visual Studio 2015 RC to develop...