New-MsolServicePrincipalCredential -AppPrincipalId -Type asymmetric -Value $credValue Es wurden ein neues Anmeldeinformationsobjekt und die KeyId für die hinzugefügte Anmeldeinformation hinzugefügt.
Neue Durchwahl ist ungültig. Es sind nur Ziffern, Kommas, und # zulässig. Verwenden Sie zum Angeben einer zweiten Wählpause ...
Neue Features und das aktualisierte App-Design sind nur verfügbar, wenn Sie das Windows 10 Anniversary Update durchgeführt ...
New-MsolLicenseOption -AccountSkuId Contoso:BPOS_STANDARD -DisabledPlans EXCHANGE_STANDARD Gibt ein Lizenzoptionobjekt zurück. ...
New-MsolServicePrincipal -ServicePrincipalNames @("MyApp/myApp.com") -DisplayName "My Application" Es wurde ein neuer Dienstprinzipal ...
New-MsolServicePrincipalCredential -AppPrincipalId -Type asymmetric -Value $credValue Es wurden ein neues Anmeldeinformationsobjekt ...
New-MsolServicePrincipalCredential -ServicePrincipalName "MyApp/myApp.com" Es wurden ein neues Anmeldeinformationsobjekt ...
New-MsolUser -UserPrincipalName [email protected] -DisplayName John -PreferredDataLocation EUR Gibt ein Benutzerobjekt ...
New-MsolUser -UserPrincipalName [email protected] -DisplayName "John Doe" -FirstName "John" -LastName "Doe" -UsageLocation ...
New-MsolUser -UserPrincipalName [email protected] -DisplayName "John Doe" -FirstName "John" -LastName "Doe" Gibt ein Benutzerobjekt ...