mirror of
https://github.com/admindroid-community/powershell-scripts.git
synced 2025-12-17 16:35:19 +00:00
Update O365UserLicenseReport.ps1
This commit is contained in:
parent
a1ed272e1e
commit
9fe919b43f
@ -13,7 +13,7 @@ Function Get_UsersLicenseInfo
|
|||||||
$FriendlyNameOfLicensePlanWithService=""
|
$FriendlyNameOfLicensePlanWithService=""
|
||||||
$upn=$_.userprincipalname
|
$upn=$_.userprincipalname
|
||||||
$Country=$_.Country
|
$Country=$_.Country
|
||||||
if($Country -eq "")
|
if([string]$Country -eq "")
|
||||||
{
|
{
|
||||||
$Country="-"
|
$Country="-"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user