Powershell

Anything Powershell related (non-application based)

  This Powershell script is to create an IAM user, Add the user to an IAM group, Set the IAM user password with Reset required on login enabled and then Create Access keys for the user.   ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## Create IAM […]

Read More

Format-List is a very useful command throughout the Powershell based applications which I use every day. لعبة الدومينو الامريكية Command | Format-List This command gives you a list of all the attributes against the object you run it against. This is extremely useful if you are unsure on an attribute, see my example below where I want to know […]

Read More

Get-Member is a very useful command throughout the Powershell based applications which I use every day. اسرار البلاك جاك Command | Get-Member This command gives you a list of all the attributes against the method type and the definition. This is extremely useful if you are unsure on an attribute, see my example below where I want to […]

Read More