I'm trying to import a CSV file to do a bulk service accounts and change to password never expire in Azure. I think it loop is called foreach.
$connect = Connect-AzureAD -AccountId $env:USERNAME@company.com
Set-AzureADUser -ObjectId test01@company.com -PasswordPolicies DisablePasswordExpiration
Changes applied in Azure AD
