Skip to content

Commit

Permalink
DeviceSetupDevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
myintune365 authored Aug 2, 2024
1 parent 764b2b6 commit f5cca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceSetupDevOps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ if (-not $ModulesAreInstalled) {


if ($TenantObject.realm.Length -ne 36) {
$TenantObject = Get-TenantIdFromInputBox -Label1Value "Enter your Salt email address"
$TenantObject = Get-TenantIdFromInputBox -Label1Value "Enter your Microsoft 365 email address"
}
if ($TenantObject) {

Expand Down

0 comments on commit f5cca25

Please sign in to comment.