itnirvana
Goto Top

Connect MSOLService in Office 365 geht nicht

Hallo,

ich habe nach dieser Vorgabe mein Powershell erweitert
Powershell für Azure
https://www.windowspro.de/wolfgang-sommergut/powershell-module-fuer-azur ...
ich bekomme ein Anmeldefenster und wenn eingeloggt bin gehen Commandos wie
Get-Module -Name Az.* -ListAvailable
per Connect-AZAccount bin ich angemeldet.

Commandos wie Get-module -name AzureAD oder Get-Command -module azureAd gehen.

Mein Ziel ist bei 2 Office 365 den Passwort Ablauf zu verhindern:
https://www.windowspro.de/roland-eich/office-365-kennwort-fuer-benutzer- ...

Wie unten im Printscreen zu sehen ist gibt es ein Connect-MsolService
Bei mir passiert aber dies:

1
wird nicht als cmdlet, function erkannt


wasm kann ich tun.

Gruss
paul

Content-Key: 7836700649

Url: https://administrator.de/contentid/7836700649

Printed on: May 9, 2024 at 14:05 o'clock

Member: itnirvana
Solution itnirvana Jul 13, 2023 at 11:36:11 (UTC)
Goto Top
habe nun noch

Import-Module MsOnline
zuvor abgesetzt
laut dem https://cloudtec.ch/blog/tech/office-365-passwort-laeuft-nie-ab

hier erscheint dann, das kein Modul vorhanden wäre Import-Module : The specified module 'MsOnline' was not loaded because no valid module file was found in any module
directory.
Member: itnirvana
Solution itnirvana Jul 13, 2023 at 11:48:29 (UTC)
Goto Top
Glaube es geht nun. Habe

Install-Module MSOnline
ausgeführt