Questions tagged with AWS Tools for Windows PowerShell
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
68 results
We are unable to send a Email via AWS SES SMTP.
DNS records have been verified
SMTP credentials have been configured
We are trying to send a test email from PowerShell CLI, but when trying to do this...
1
answers
0
votes
650
views
asked 3 years ago
I got a SSM automation document, which does have 5 steps/codes.
right now it works perfect. once i ran it, i can click on each executed step-ID , check its output.
but i want to know is there any way...
1
answers
0
votes
2.1K
views
asked 3 years ago
Hello Team,
I am writing a lambda function with al2 runtime layers including PowerShell and AWS Tools. The Lambda is connected to a VPC and I need to add custom CA as traffic is getting intercepted i...
1
answers
0
votes
435
views
asked 3 years ago
I am using Windows Server 2019 Datacenter in EC2 Instance. Now I received the following error:
**"We can't activate Windows on this device as we can’t connect to your organization's activation server....
1
answers
0
votes
976
views
asked 3 years ago
Is there a way of getting the Windows Remote PowerShell Endpoint using Cloud Formation when the FSx Repository is created as a resource using AWS::FSx::FileSystem or from powershell using something li...
1
answers
0
votes
642
views
asked 3 years ago
Hello,
I'm looking for a way to pass to the request MD5 hash. I'm using "Write-S3Object" PowerShell command, and I want to upload file to S3 only if the MD5 checksum is valid.
I calculate the MD5 che...
1
answers
0
votes
786
views
asked 3 years ago
I have a simple Powershell script to upload a file to S3. I have 2 EC2 instances that use the same IAM profile. The instances and S3 bucket all live in the same AWS account.
RDP into one instance, ...
3
answers
0
votes
779
views
asked 4 years ago
I am trying to get the volumes mounted on my ec2instance
```
get-ec2volume -filter @{name='attachment.instance-id'; values="*"} |? {$_.Attachments.InstanceId -eq 'i-xxxxxxxxxxxx'}
```
but I also wa...
1
answers
0
votes
332
views
asked 4 years ago
I got following script to add a new volume to instanceID. However I am unsure how to get the volume ID after volume creation. Also the DeviceID what should it be?
```
Param (
[string][Parameter(M...
3
answers
0
votes
874
views
asked 4 years ago
Create a script List EC2 Elastic IP addresses for eu-west-1 and us-west-2 regions for a given account and assign a tag 'TBA' to all of them. The output should be a confirmation of Tag update and Publi...
Accepted AnswerAWS Tools for Windows PowerShell
1
answers
0
votes
570
views
asked 4 years ago
I am attempting to create a Powershell Lambda, which runs this script to alert AD users of expiring passwords via SES:
#Requires –Modules ActiveDirectory
#Requires -Modules @{ModuleName='AWSPowerShel...
1
answers
0
votes
777
views
asked 4 years ago
Below is the AWS CLI that needs to be converted to PowerShell
$export_AWS = aws configservice select-aggregate-resource-config --expression "SELECT accountId,awsRegion,arn,resourceId WHERE resourceTy...
1
answers
0
votes
829
views
asked 4 years ago