Skip to content

Instantly share code, notes, and snippets.

@IT-Delinquent
Created November 3, 2022 14:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save IT-Delinquent/1e4b6ff7b3a30cdf1ffd69f9fb055466 to your computer and use it in GitHub Desktop.
azureADAttributeUpdateHashtable
#51 River St., Ridgefield, CT 06877
#Randomly generated fake address
#New props in a hashtable for splatting
$newProps = @{
StreetAddress = '51 River St.'
City = 'Ridgefield'
State = 'CT'
PostalCode = '06877'
Country = 'United States'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment