PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

My everyday PS code as well as a collection of scripts I have downloaded for reference

Results 4 PowerShell issues
Sort by recently updated
recently updated
newest added

# Group : Domain_One\GroupA # Members: # 1. Domain_One\GroupB # 2. Domain_Two\GroupC $GroupA = Get-ADGroup GroupA Get-ADGroup -ldapfilter “(memberOf=$(GroupA.DistinguishedName))” # I think this would only return group objects that are...

question
missing required info

I believe lines 115-124 should be inside of the foreach loop bound by lines 111-113

question

I started by doing a pull request having made a change to convert slashes (/ or \\) to underscores as it causes Rename-Item to fail, but then realised that this...