Thomas Bründl

Thomas Bründl

Vienna (Austria)
321 posts
Website

How to Set up and Use the Aws Session Manager Within the System Manager to Access Ec2 Instances

This article has not been completed yet. However, it may already contain helpful information and therefore it has been published at this stage. Introduction:1) { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ssm:UpdateInstanceInformation", "ssmmessages:CreateControlChannel", "ssmmessages:CreateDataChannel", "ssmmessages:OpenControlChannel", "ssmmessages:OpenDataChannel" ], "Resource": "*" }, { "Effect": "Allow"

How to add a User to Local Administrator Group all the ways (PowerShell,.....)

This article has not been completed yet. However, it may already contain helpful information and therefore it has been published at this stage. Introduction: # German: Get-LocalGroupMember -Group "Administratoren" # English # Get-LocalGroupMember -Group "Administrators" # Add a local user to the local administrator group Add-LocalGroupMember -Group "Administratoren"