Quantcast
Channel: Technology Ireland » Powershell Commands
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Script to set all PW to never expire in O365

Following on from the previous post, here is the complete script. Copy and paste it into Powershell. It will ask for Id and PW twice, please input. $LiveCred = Get-Credential $Session = New-PSSession...

View Article



Image may be NSFW.
Clik here to view.

Add multiple members to a distribution group in O365

To create bulk distribution groups at one time, and add multiple members to each distribution group, please take to the following steps: 1. Install and configure Windows PowerShell. 2. Connect Windows...

View Article

Image may be NSFW.
Clik here to view.

PowerShell Script to set all passwords to be the same in Office365

Create a CSV file with the following format: UPN,Password mary@mycompany.ie,Ireland1002* save it as resetuserpassword.csv $LiveCred = Get-Credential $Session = New-PSSession -ConfigurationName...

View Article

Image may be NSFW.
Clik here to view.

Export All Mailboxes from Exchange2007 without the Fuss…

OK, so you have managed to get yourself through the nice issue of being able to export email from exchange2007 via Power-shell http://technet.microsoft.com/en-us/library/bb266964(v=exchg.80).aspx ,...

View Article

Image may be NSFW.
Clik here to view.

Bulk-create external contacts in Exchange Online

Do you have lots of existing business contacts that you want to include in the shared address book in Exchange Online? Or add your contacts as members of distribution groups, just like you can with...

View Article

Browsing latest articles
Browse All 5 View Live


Latest Images