Skip to content
Rajan's Solution Blog

Rajan's Solution Blog

Sharing knowledge for better learning community

  • back2Website
  • All Mine
    • Self Creations
    • My CLICKs
    • PHP Functions
    • ACE Sports Event – 2012
    • Downloads
  • PowerShell Scripting
  • APIs
  • Short Quotes
    • Nepali (नेपाली)
    • English
    • Good lines

Office365

Office365 , PowerShell Scripting

Bulk Add/Push Office365 Email Signature using powershell

Posted on: 25-Nov-201911-Aug-2020

$import= import-csv -Path ‘<PATH_TO_CSV_FILE>email-list.csv’ #location of CSV file $import | ForEach-Object { $sig = Get-Mailbox […]

Office365 , PowerShell Scripting

Push HTML Format Email Signature in Office365 from powershell

Posted on: 10-Apr-201911-Aug-2020

$sig = Get-Mailbox -Identity “rajan.maharjan” Set-MailboxMessageConfiguration -Identity $sig.Alias -DefaultFontName ‘Arial’ -AutoAddSignature $true -AutoAddSignatureOnReply $true -SignatureHtml […]

Office365 , PowerShell Scripting

Basic commands of Powershell related to Distribution List (DL)

Posted on: 10-Sep-201810-Aug-2020

Get-DistributionGroupMember -Identity “GROUP_NAME@rajanmaharjan.com” -ResultSize Unlimited | Select Name, PrimarySMTPAddress | Export-CSV “D:\Rajan-1145\Office365\members-of-dl.csv” -NoTypeInformation -Encoding UTF8 […]

Office365 , PowerShell Scripting

Bulk add members to Distribution List (DL)

Posted on: 20-Aug-201810-Aug-2020

$UserCredential = Get-CredentialGet-DistributionGroupMember -Identity “GROUP_NAME@rajanmaharjan.com” | ft alias #to get current list members$Session = New-PSSession […]

Office365 , PowerShell Scripting

Very first #PowerShell Basic

Posted on: 13-Mar-201805-Aug-2020

In windows 10, you just need to do run, Type “Powershell” and choose “Windows PowerShell […]

Office365 , PowerShell Scripting

Basic commands of PowerShell

Posted on: 05-Feb-201810-Aug-2020

Get-Mailbox -Identity * | ft name, alias #gives column name and an alias for all […]

Recent Posts

  • Search Photos in google.photos.com
  • Prospec Toastmasters Topic
  • FUN with SON under the SUN
  • Downloads
  • UNREALIZED LOVE

Recent Comments

    Theme Mero Blog by Kantipur Themes