Categories
Tags
Blog Stats
- 733,319 hits
Follow me on Twitter
My TweetsRSS
Social
Categories
Tags
- Agentless
- Anti-Malware
- AWS
- certificate
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- SSO
- Trend Anti-Malware
- Trend Deep Security Agent
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- VCSA CLI
- vCSA Issues
- vShield
- Windows 2012
- Windows powershell
Social
Blog Stats
- 733,319 hits
RSS
Follow me on Twitter
My TweetsCategories
Tags
- Agentless
- Anti-Malware
- AWS
- certificate
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- SSO
- Trend Anti-Malware
- Trend Deep Security Agent
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- VCSA CLI
- vCSA Issues
- vShield
- Windows 2012
- Windows powershell
Blog Stats
- 733,319 hits
RSS
Follow me on Twitter
My TweetsSocial
Categories
Tags
- Agentless
- Anti-Malware
- AWS
- certificate
- ESX commands
- ESXi AD Authentication issue
- ESXi issue
- HP
- hp c7000 enclosure
- HP Firmware
- HP Onboard Administrator
- joining PSC with AD
- NSX 6.1.4
- Platform Services Controller ( PSC )
- PowerCLI
- Powershell
- SSO
- Trend Anti-Malware
- Trend Deep Security Agent
- Trend Micro Deep Security
- Trend Micro Deep Security 9.6
- VC6.0 Installation Issue
- Vcenter Appliance Issue
- VCSA
- vCSA 6.0
- VCSA CLI
- vCSA Issues
- vShield
- Windows 2012
- Windows powershell
Blog Stats
- 733,319 hits
RSS
Category Archives: Cloud
Azcopy CONCURRENCY VALUE
As per MS normal azcopy depends on the CPU but blob to blob is serverto server APIs so as use AZCOPY_CONCURRENCY_VALUE= more than 1000. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-optimize?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json#increase-the-number-of-concurrent-requests ” If you’re copying blobs between storage accounts, consider setting the value of the AZCOPY_CONCURRENCY_VALUE environment variable … Continue reading
Deploy Diagnostic Settings for Azure Function to Event Hub
Azure policy to set the diagnostic Settings for Azure Function to Event Hub so that all the events will be routed to the corresponding event hub. Azure policy can automate this process and for resources that already exist, a remediation … Continue reading
Posted in Azure, Azure event hub, Azure policy, Cloud
Tagged aure function, Azure event hub, Azure policy
Leave a comment
Deploy Diagnostic Settings for Storage Analytics to Event Hub.
{ “properties”: { “displayName”: “Deploy Diagnostic Settings for Storage Analytics to Event Hub”, “policyType”: “Custom”, “mode”: “Indexed”, “metadata”: { “createdBy”: “9e1a4c2c-4a14-468c-bad0-0ed38afbb990”, “createdOn”: “2023-01-17T02:48:32.7901427Z”, “updatedBy”: null, “updatedOn”: null, “category”: “Storage” }, “parameters”: { “eventHubRuleId”: { “type”: “String”, “metadata”: { “displayName”: “Event … Continue reading
Posted in Azure, Azure event hub, Azure policy, Cloud
Tagged Azure, Azure event hub, Azure policy
Leave a comment
Useful tips to find the resource types under the azure policy.
In our organization, we have restrictions to use all the services in azure and have to work with the different teams to enable the resource types in policy for the resources. Recently I was working to add the non-azure VM … Continue reading
Issue connecting Azure VM using Azure AD from our laptop
Azure AD has been configured and we are able to login to the Azure VM from another Azure VM using the AD credentials but it is getting failed when we try to connect using our local laptop. One of the … Continue reading
Ports required for the AD
Lots of links talk about the ports required for the AD connection and in my environment below ports are enabled and able to add the client to the AD with DNS registred. TCP_636 TCP_3268 TCP_3269 TCP_88 UDP_88 TCP_53 UDP_53 TCP_445 UDP_445 … Continue reading
Posted in AWS, Azure, Cloud
Leave a comment
cfn-lint useful tool for the CloudFormation.
Recently had the chance to learn about the CFN-LINT tool which is a very useful tool to validate the CloudFormation template directly using the editor and it makes us create the CF without any error and secured. https://github.com/aws-cloudformation/cfn-python-lint
Steps to recover the EC2 local windows administrator password
I took the image from the parent instance in which the key is working by using the .pem file but the instance which was created from the image the local administrator password is not working and it is failing with … Continue reading
Amazon FSx for Windows File Server
Amazon FSx for Windows File Server provides a fully managed native Microsoft Windows file system. Amazon FSx provides NTFS file systems that can be accessed from up to thousands of compute instances using the SMB protocol (SMB 2.0 to 3.1.1). … Continue reading