Giter VIP home page Giter VIP logo

adessentials's Introduction

ADEssentials

To install

Install-Module -Name ADEssentials -AllowClobber -Force

Force and AllowClobber aren't necessary, but they do skip errors in case some appear.

And to update

Update-Module -Name ADEssentials

That's it. Whenever there's a new version, you run the command, and you can enjoy it. Remember that you may need to close, reopen PowerShell session if you have already used module before updating it.

The essential thing is if something works for you on production, keep using it till you test the new version on a test computer. I do changes that may not be big, but big enough that auto-update may break your code. For example, small rename to a parameter and your code stops working! Be responsible!

Changelog

  • 0.0.65 - 23.07.2020

    • Fixed bug Get-WinADSharePermission
  • 0.0.64 - 23.07.2020

    • Improvements to Get-WinADSharePermission
  • 0.0.63 - 22.07.2020

    • Improvements to Get-WinADGroupMember
    • Signed module
  • 0.0.62 - 6.07.2020

    • Improvements to Get-WinADGroupMember
  • 0.0.61 - 6.07.2020

    • Improvements to Get-WinADGroupMember
  • 0.0.61 - 3.07.2020

    • Improvements to Get-WinADGroupMember
  • 0.0.60 - 2.07.2020

    • Fix for Get-WinADGroupMember
  • 0.0.59 - 2.07.2020

    • Added Get-WinADDuplicateObject
    • Added Remove-WinADDuplicateObject - doesn't solve some issues, but should help with most. Use with WhatIf
    • Added Get-WinADGroupMember
  • 0.0.58 - 24.06.2020

    • Added Get-WinADWellKnownFolders
  • 0.0.57 - 17.05.2020

    • Improved Remove-WinADSharePermission (foreach-object to foreach)
    • Improved Get-WinADGPOSysvolFolders error handling
  • 0.0.56 - 15.05.2020

    • Improved Get-ADACLOwner error handling
  • 0.0.55 - 12.05.2020

    • Improved/Renamed experimental Get-WinADShare to Get-WinADSharePermission - work in progress
    • Improved/Renamed experimantal Set-WinADShare to Get-WinADSharePermission - work in progress
  • 0.0.54 - 10.05.2020

    • Small update to Remove-ADACL
  • 0.0.53 - 9.05.2020

    • Fix for Get-WinADTrusts
    • Added experimantal Get-ADACLOwner - work in progress
    • Added experimental Get-WinADShare - work in progress
    • Added experimantal (not ready) Set-WinADShare- work in progress
  • 0.0.51 - 28.04.2020

    • Disabled WhatIf for New-PSDrive (for use within New-ADForestDrives)
    • Added Get-ADACLOwner
  • 0.0.50 - 23.04.2020

    • Fix for bug where some functions from other modules were not merged correctly (Copy-Dictionary) causing problems if PSSharedGoods was not installed
  • 0.0.48 - 12.04.2020

    • Improvements
  • 0.0.47 - 12.04.2020

    • Added Set-ADACLOwner - experimental support
  • 0.0.46 - 11.04.2020

    • Added Get-WinADForestSites
    • Added Get-WinADForestOptionalFeatures
    • Added Get-WinADForestSchemaProperties
    • Renamed Get-WinADPriviligedObjects to Get-WinADPrivilegedObjects - tnx Subnet192 #5
    • Fix to Get-WinADPrivilegedObjects - tnx Subnet192 #5
    • Improvement Get-WinADDFSHealth for DFS edge cases (may be subject to language issue)
    • Improvement of all commands for detecting forest/domain/dcs
    • Added Remove-ADACL - experimantal support
    • Added Add-ADACL - experimantal support
  • 0.0.45 - 13.03.2020

    • Improvement to commands to support different Forests
  • 0.0.44 - 3.03.2020

    • Improvement to Get-ADACL
  • 0.0.43 - 3.03.2020

    • Improvement to Get-ADACL
  • 0.0.42 - 27.02.2020

    • Fixes for Get-ADACL
    • Fixes for Get-WinADProxyAddresses
    • Not really useful yet
      • Added Get-WinADUserPrincipalName
      • Added Rename-WinADUserPrincipalName
  • 0.0.41 - 20.02.2020

    • Get-WinADGPOMissingPermissions updates to support SID instead (should work multi-language)
  • 0.0.40 - 19.02.2020

    • Updates to Get-WinADGPOMissingPermissions
  • 0.0.39 - 19.02.2020

    • Fix for Get-WinADGPOMissingPermissions for multiple domains
  • 0.0.38 - 16.02.2020

    • Updates to PSSharedGoods code/PSEventViewer
  • 0.0.37 - 12.02.2020

    • Added ExtendedForestInformation input to provide a way for Testimo to use
    • Enhancements to Get-ADACL
  • 0.0.36 - 26.01.2020

    • Fixes for Get-ADACL (via PSSharedGoods integrated)
  • 0.0.35 - 23.01.2020

    • Fixes for Get-ADACL
  • 0.0.34 - 19.01.2020

    • Small fixes
  • 0.0.33 - 19.01.2020

    • Added Get-WinADLdapBindingsSummary
  • 0.0.32 - 19.01.2020

    • Small fixes
  • 0.0.30 - 19.01.2020

    • Reworked most of the code to support forest/including/excluding domains and including/excluding DC's - needs testing
    • Added Get-ADACL
    • Added Get-WinADTrusts
    • Added Set-WinADDiagnostics
  • 0.0.29 - 04.01.2020

    • Added Get-WinADTombstoneLifetime / Set-WinADTombstoneLifetime
  • 0.0.28 - 26.12.2019

    • Added Get-WinADForestRoles (copied from PSWinDocumentation.AD)
  • 0.0.27 - 16.12.2019

    • Fixes for Get-WINADFSHealth
  • 0.0.26 - 18.11.2019

    • Added Get-WinADForestObjectsConflict to find conflicting objects
  • 0.0.25 - 15.11.2019

    • Added two new commands for fixing and reading Proxy Addresses
  • 0.0.23 - 11.11.2019

    • Removed PSSharedGoods as a dependency for modules published to releases and PowerShellGallery
      • It's still part of development build. Releases are now merged with PSPublishModule functionality
    • Added PSEventViewer as a dependency as it was missing
    • Fix for Get-WinADDFSHealth.ps1 SYSVol Count (tnx brianmccarty)
  • 0.0.22 - 28.10.2019

    • Added some functions
  • 0.0.21 - 10.10.2019

    • Fix for Get-WinADLastBackup
  • 0.0.7 - 3.08.2019

    • Added Get-WinADLastBackup

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.