Tagged PowerShell

List AD group members when the group contains foreign security principals - November 20, 2019
This post describes how to get an Active Directory group's members when some of those members are foreign security principals -- in a different domain. Unfortunately, the standard Get-ADGroupMember cmdlet will fail under these circumstances. Fortunately, we can work around that with a little PowerShell magic.
Tags [ Windows ] [ PowerShell ]


Powercli Script to Unmount and Detach Datastores - May 14, 2019
A PowerShell/PowerCLI script to unmount and detach groups of datastores in VMware vCenter.
Tags [ VMware ] [ PowerCLI ] [ PowerShell ]


Automatically Load Custom PowerShell Functions - April 23, 2019
Want to automatically load your custom PowerShell functions when you open PowerShell? Using this system you can easily, and automatically, load your functions.
Tags [ PowerShell ] [ Functions ] [ Scripting ] [ Profile ]


Changing NTFS Security Permissions using PowerShell - March 17, 2019
Changing NTFS permissions with powershell saves a lot of time when you need to make changes to a large group of files or when it is required as part of a larger automation project. This article should help you understand everything you need to know to manipulate security permissions with PowerShell.
Tags [ PowerShell ] [ Windows ] [ Security ] [ NTFS ]