The Network Stack
  • Home
  • About

powershell

A collection of 3 posts
powershell

Active Directory Powershell

Using this page to keep track of all the useful powershell "mini-scripts" I've used: Copy users from one security group to another security group Add-ADGroupMember -Identity destination-group-name -Members (Get-ADGroupMember -Identity source-group-name -Recursive) Add enabled users from an OU to a security group Get-ADUser -SearchBase 'OU=Your-OU,DC=corp,DC=company,
Aug 4, 2017 1 min read
office-365

Office 365 - Powershell

Connecting to Office 365 via Powershell for the first time? Here are the steps to get started: 1. Install the Microsoft Online Services Sign-In Assistant for IT Professionals RTW 2. Install the Azure Active Directory Module for Windows Powershell (64-bit version) 3. Open Powershell and run this command the first
Apr 11, 2016 1 min read
powershell

Office 365 Full Access Mailbox Permissions

If you administer an Office365/Exchange Online organization, you might have noticed you cannot modify Full Access/Send As permissions from the web console. You need to change these permissions through PowerShell; here are the required steps: The first time you do this, make sure the following steps have been
Mar 31, 2013 1 min read
Page 1 of 1
The Network Stack © 2025
Powered by Ghost