azureADAttributeUpdateHashtable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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