• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Home
  • About
  • Skip to menu toggle button

i n f i n i t e l o o p

Category: Powershell (page 2)

Get AD Group Member Details from Trusted Domains

The vast majority of active directory powershell cmdlets don’t need any enhancement but there is one in particular that I felt…
Continue reading “Get AD Group Member Details from Trusted Domains”…
Posted on: June 4, 2017 Last updated on: July 5, 2017 Written by: The Looper

Add Parent OU in DN and CN Path Format Using Regex Match

Yet another solution for grabbing Parent OU paths $userArr = Get-ADuser -f * -prop CanonicalName foreach($user in $userArr) { if($matches){$matches.Clear()}…
Continue reading “Add Parent OU in DN and CN Path Format Using Regex Match”…
Posted on: April 24, 2017 Last updated on: May 8, 2017 Written by: The Looper

Powershell – Self-signed Certificate via Self-signed Root CA

The inspiration for this post came from my OpenVPN AWS instance and recent experience testing Server 2016 ADFS.  I wanted to…
Continue reading “Powershell – Self-signed Certificate via Self-signed Root CA”…
Posted on: March 31, 2017 Last updated on: March 31, 2017 Written by: The Looper

O365 – Get Tenant Role Groups and Members

I needed something quick to report on all O365 tenant role group members and ran into a minor annoyance when…
Continue reading “O365 – Get Tenant Role Groups and Members”…
Posted on: March 30, 2017 Last updated on: March 30, 2017 Written by: The Looper

Connect to O365 Online Services

In a follow up to the O365 powershell module install post I added a new script on Github to connect…
Continue reading “Connect to O365 Online Services”…
Posted on: February 22, 2017 Last updated on: July 5, 2017 Written by: The Looper

O365 Powershell Module Install Script

I hope MS will consolidate the O365 Powershell modules in the future.  As it stands today your best bet is to…
Continue reading “O365 Powershell Module Install Script”…
Posted on: February 15, 2017 Last updated on: July 5, 2017 Written by: The Looper

Discover Circular AD Group Memberships

Might as well have a recursive function in the first post eh? I stumbled across this script to discover circular Active…
Continue reading “Discover Circular AD Group Memberships”…
Posted on: February 1, 2017 Last updated on: July 5, 2017 Written by: The Looper
« Previous page 1 2

Recent Posts

  • Terraform – vSphere Tags
  • Terraform – Azure – additional_unattend_content – InvalidParameter Error
  • VMware Template – Ubuntu 18.04.3 LTS
  • IoT ACL on Cisco 3750 L3 Switch

Tags

  • Active Directory
  • Arch
  • Azure
  • CentOS
  • Certificate
  • Cisco
  • HAProxy
  • IPMI
  • LetsEncrypt
  • Microsoft
  • Office 365
  • oVirt
  • Powershell
  • Proxmox
  • Remote Desktop Services
  • SFTP
  • Terraform
  • Ubuntu
  • Vagrant
  • VMware
  • Windows Client
  • Windows Server

Archives

Recent Posts

  • Terraform – vSphere Tags
  • Terraform – Azure – additional_unattend_content – InvalidParameter Error
  • VMware Template – Ubuntu 18.04.3 LTS
  • IoT ACL on Cisco 3750 L3 Switch

Archives

Tags

  • Active Directory
  • Arch
  • Azure
  • CentOS
  • Certificate
  • Cisco
  • HAProxy
  • IPMI
  • LetsEncrypt
  • Microsoft
  • Office 365
  • oVirt
  • Powershell
  • Proxmox
  • Remote Desktop Services
  • SFTP
  • Terraform
  • Ubuntu
  • Vagrant
  • VMware
  • Windows Client
  • Windows Server