PowerShell Project : Active Directory Dashboard - Part 6: OUs to Monitor

Ғылым және технология

In this new project series we will be building a Active Directory dashboard using PSWriteHTML. In this video we add onto our dashboard from Part 5 , we will be adding a section where we will monitor users in specific OUs as requested by a viewer
Please comment sections you would like to see in the dashboard.
Twitch: / jackedprogrammer
Tags:
PowerShell
GUI
Programming
Scripting
Automating
JackedProgrammer
Coding

Пікірлер: 2

  • @Washout001
    @Washout0012 ай бұрын

    Great series - been following a bunch of your playlists as both refreshers and learning lots of new things, brilliantly put together! Just one error in here I think? This line: $UsersTable = $Users | Where-Object {$_.DistinguishedName -Like "*$OU*"} Should be: $UsersTable = $Domain.Users | Where-Object {$_.DistinguishedName -Like "*$OU*"} I think on your one it will have just brought back the $Users variable from the last domain it has checked, so with only 1 it works fine but with more they'll all report back the users from the last in the list?

  • @zilvinasrope901
    @zilvinasrope9014 ай бұрын

    Thanks for the great work. Would it be possible to do some authentication? Assume that the Toronto and New York OUs are administered by separate delegated administrators within their respective OUs. Is there a way to make it so that they only see their OU info in the dashboard?

Келесі