Arielvista
New member
בעיה בהתחברות ל MSO של Exchange 365
יש לי סקריפט powershell שאמור להתחבר ל MSO Services של האופיס365
שלי.
עד לפני כשבועיים זה עבד יופי ועכשיו פתאום הוא נותן שגיאה.
הנה הקוד כפי שעבד עד לפני כשבועיים:
# Connect to MSO Services
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-Module MsOnline
connect-msolservice -Credential $UserCredential
והנה הודעת השגיאה:
connect-msolservice : The term 'connect-msolservice' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At S:\IT\Powershell_commands\02.MSOLservicesConnection.ps1:5 char:1
+ connect-msolservice -Credential $UserCredential
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (connect-msolservice:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
לא נעשו שום שינויים בסיסמאות או בשום דבר אחר שאני יודע עליו.
מי יכול לסייע?
יש לי סקריפט powershell שאמור להתחבר ל MSO Services של האופיס365
שלי.
עד לפני כשבועיים זה עבד יופי ועכשיו פתאום הוא נותן שגיאה.
הנה הקוד כפי שעבד עד לפני כשבועיים:
# Connect to MSO Services
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-Module MsOnline
connect-msolservice -Credential $UserCredential
והנה הודעת השגיאה:
connect-msolservice : The term 'connect-msolservice' is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At S:\IT\Powershell_commands\02.MSOLservicesConnection.ps1:5 char:1
+ connect-msolservice -Credential $UserCredential
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (connect-msolservice:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
לא נעשו שום שינויים בסיסמאות או בשום דבר אחר שאני יודע עליו.
מי יכול לסייע?