Commands for Office 365 Business 64bit mkdir %TEMP%C2R & cd %TEMP%C2R curl -o %TEMP%C2Rsetup.exe "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/setup.exe" curl -o %TEMP%C2Rconfiguration.xml "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/365/O365BusinessRetail-x64.xml" setup.exe...
Commands for Office 365 ProPlus 64bit mkdir %TEMP%C2R & cd %TEMP%C2R curl -o %TEMP%C2Rsetup.exe "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/setup.exe" curl -o %TEMP%C2Rconfiguration.xml "https://filedn.com/lOX1R8Sv7vhpEG9Q77kMbn0/C2R/365/O365ProPlusRetail-x64.xml" setup.exe...
Set-ExecutionPolicy RemoteSigned Install-Module -Name ExchangeOnlineManagement Import-Module ExchangeOnlineManagement $UserCredential = Get-Credential Connect-ExchangeOnline -Credential $UserCredential https://youtu.be/V0lXSzXjfGU
https://youtu.be/O0Ps60lO-Bg
Param ( $Disconnect, ]$Services=('SecAndCompCenter'), $MFA, $UserName, $Password ) #Disconnecting Sessions if($Disconnect.IsPresent) { #Disconnect Exchange Online,Skype and Security & Compliance center...
Azure Acrive Directory Script https://youtu.be/GTBA58nEvIE
https://youtu.be/SWqWBKav6BE
Azure AD Script Other Scipts:https://youtu.be/L6jU7-RAh9c
https://youtu.be/ruIO6v_dLJ0
Microsoft Teams Script Other Sctipts:https://www.powershellgallery.com/packages/MicrosoftTeams Set-ExecutionPolicy UnRestricted Import-Module MicrosoftTeams $credentials=Get-Credential Connect-MicrosoftTeams -Credential $credentials $sfbSession = New-CsOnlineSession -Credential $Credential Import-PSSession $sfbSession...