Skip to content

Instantly share code, notes, and snippets.

@Jineeshak
Last active December 26, 2023 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jineeshak/feee9992abd14bfe22233ab482a6dc08 to your computer and use it in GitHub Desktop.
Save Jineeshak/feee9992abd14bfe22233ab482a6dc08 to your computer and use it in GitHub Desktop.
@'
Name: John Doe
Date of Birth: January 1, 1990
Social Security Number: 123-45-6789
Address: 123 Main Street, Anytown, USA
Phone Number: (555) 123-4567
Email: johndoe@example.com
Name: Emily Johnson
Date of Birth: March 15, 1992
Social Security Number: 987-65-4321
Address: 456 Oak Avenue, Cityville, USA
Phone Number: (555) 987-6543
Email: emilyjohnson@example.com
Name: Michael Smith
Date of Birth: November 12, 1985
Social Security Number: 567-89-0123
Address: 789 Elm Street, Townsville, USA
Phone Number: (555) 789-0123
Email: michaelsmith@example.com
'@ | Out-File -FilePath "C:/windows/temp/users.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment