88 résultats trouvés
- jeu. déc. 03, 2020 1:29 pm
- Forum : Share Point
- Sujet : Script de connections à Sharepoint
- Réponses : 0
- Vues : 122
Script de connections à Sharepoint
#variable de login $AdminName = "xxxxxxxxxxx.onmicrosoft.com" $Pass = Get-Content "c:\Sharepoint\cred_.txt" | ConvertTo-SecureString $Cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $AdminName, $Pass Connect-SPOService -Url https://nomdutennant.sharepoint.com -cre...
- jeu. déc. 03, 2020 1:27 pm
- Forum : Share Point
- Sujet : Crypte les password dans script PowerShell
- Réponses : 0
- Vues : 88
Crypte les password dans script PowerShell
$LocalFilePath='C:\Sharepoint'
read-host -AsSecureString | ConvertFrom-SecureString | Out-File $LocalFilePath\cred_$env:Key2020.txt
read-host -AsSecureString | ConvertFrom-SecureString | Out-File $LocalFilePath\cred_$env:Key2020.txt
- dim. sept. 06, 2020 2:05 pm
- Forum : Exchange 2016
- Sujet : Exchange 2016: CU17 upgrade fails with error "Cannot start service MSExchangeServiceHost on computer"
- Réponses : 0
- Vues : 316
Exchange 2016: CU17 upgrade fails with error "Cannot start service MSExchangeServiceHost on computer"
while (1 -le 2) { sleep 1 ; Get-Service | where{$_.DisplayName -Like ‘Microsoft Exchange*’} | Set-Service –StartupType ‘Automatic’ }
- sam. août 22, 2020 10:30 am
- Forum : Office365
- Sujet : Erreur Syncro Hybride
- Réponses : 0
- Vues : 267
Erreur Syncro Hybride
HCW8078 - Le point de terminaison de migration n'a pas pu être créé Microsoft.Exchange.Migration.MigrationServerConnectionFailedException La connexion au serveur 'http://mail.domain.com' n'a pas pu être établie Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory -MRSProxyEnabled $ fals...
- ven. août 14, 2020 11:37 am
- Forum : Office365
- Sujet : Erreur installation configuration Hybrid
- Réponses : 0
- Vues : 284
- ven. août 14, 2020 11:36 am
- Forum : AZURE
- Sujet : Changer UPN
- Réponses : 0
- Vues : 298
- lun. juil. 20, 2020 4:05 pm
- Forum : Windows 2016
- Sujet : Migration simplifiée de FRS vers DFSR SYSVOL
- Réponses : 0
- Vues : 337
Migration simplifiée de FRS vers DFSR SYSVOL
Migration simplifiée de FRS vers DFSR SYSVOL 1 À vérifié : Dcdiag /e /test:sysvolcheck /test:advertising 2 Lance la commande preparation de replication : Dfsrmig /setglobalstate 1 3 Verifier au on est la preparation : Dfsrmig /getmigrationstate 4 Lance en mode redirige : Dfsrmig /setglobalstate 2 5 ...
- ven. mai 29, 2020 3:27 pm
- Forum : Exchange 2016
- Sujet : Clean LOG
- Réponses : 0
- Vues : 427
Clean LOG
gci ‘c:\program files\microsoft\exchange server\V15\Logging’ -Directory | gci -Include ‘*.log’,’*.blg’ -Recurse | ? LastWriteTime -lt (Get-Date).AddDays(-14) | Remove-Item et gci ‘C:\inetpub\logs’ -Directory | gci -Include ‘*.log’,’*.blg’ -Recurse | ? LastWriteTime -lt (Get-Date).AddDays(-14) | Remo...
- ven. janv. 17, 2020 12:50 pm
- Forum : Exchange 2016
- Sujet : Journal DSN
- Réponses : 0
- Vues : 651
Journal DSN
Set-OrganizationConfig -MicrosoftExchangeRecipientReplyRecipient <MailboxIdentity> Set-TransportConfig -GenerateCopyOfDSNFor 5.7.1,5.7.2,5.7.3 Liste DSN https://docs.microsoft.com/en-us/exchange/mail-flow/non-delivery-reports-and-bounce-messages/non-delivery-reports-and-bounce-messages?view=exchserv...
- jeu. nov. 07, 2019 4:21 pm
- Forum : Exchange 2016
- Sujet : erreur installation Exchange 2016 sur Windows 2019
- Réponses : 0
- Vues : 665
erreur installation Exchange 2016 sur Windows 2019
Erreur : "$error.Clear(); if (Get-Service MpsSvc* | ?{$_.Name -eq 'MpsSvc'}) { Set-Service MpsSvc -StartupType Automatic Start-SetupService -ServiceName MpsSvc Solution : Rename Key \HKLM\System\CurrentControlSet\Services\mpssvc\Security umbenennen auf \HKLM\System\CurrentControlSet\Services\mpssvc\...