Forum

Please to create posts and topics.

Office 365 PowerShell ile Yeni Kullanıcı Oluşturma

Aşağıdaki PowerShell script kullanarak office 365 paneli üzerinde yeni bir kullanıcı oluşturabilirsiniz.

New-MsolUser -DisplayName "User 1" -FirstName User -LastName Bir -UserPrincipalName user1@parlakyigit.net -UsageLocation TR

M365 Apps & Services MVP