Skip to content

Commit

Permalink
Merge pull request #6 from NikCharlebois/master
Browse files Browse the repository at this point in the history
Changes to Logo
  • Loading branch information
NikCharlebois authored Nov 23, 2018
2 parents b5e5db7 + 9bb30fa commit 6878d2c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified Images/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Modules/Office365DSC/Examples/ProofOfConcept.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ Configuration ProofOfConcept
LicenseAssignment = "O365dsc1:ENTERPRISEPREMIUM"
GlobalAdminAccount = $credsGlobalAdmin
}

O365User John
{
UserPrincipalName = "[email protected]"
FirstName = "John"
LastName = "Smith"
DisplayName = "John Smith"
UsageLocation = "US"
LicenseAssignment = "O365dsc1:ENTERPRISEPREMIUM"
GlobalAdminAccount = $credsGlobalAdmin
}
}
}

Expand Down

0 comments on commit 6878d2c

Please sign in to comment.