AWS IAM documentation change
Summary
Added PowerShell V5 example for Get-IAMLoginProfile showing password reset status
Security assessment
Shows how to check password reset requirements but doesn't introduce new security controls or address vulnerabilities
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_GetLoginProfile_section.md b/IAM/latest/UserGuide/iam_example_iam_GetLoginProfile_section.md index c03177eb2..d906dabdf 100644 --- a//IAM/latest/UserGuide/iam_example_iam_GetLoginProfile_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_GetLoginProfile_section.md @@ -68,0 +69,21 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example returns the password creation date and whether a password reset is required for the IAM user`David`.** + + + Get-IAMLoginProfile -UserName David + + +**Output:** + + + CreateDate PasswordResetRequired UserName + ---------- --------------------- -------- + 12/10/2014 3:39:44 PM False David + + * For API details, see [GetLoginProfile](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +