-
Updated
Feb 24, 2020 - PowerShell
activedirectory
Here are 179 public repositories matching this topic...
-
Updated
May 7, 2020 - C#
-
Updated
Feb 22, 2020 - PowerShell
-
Updated
Jun 8, 2020
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Mar 21, 2020 - C#
-
Updated
May 20, 2020 - Python
Documentation Needs
There are some duplicated code that could be removed to simplify the resource.
Instead of calling Get-ADObject here we could instead call Get-TargetResource.
Instead of having this code
-
Updated
Dec 4, 2019 - PowerShell
-
Updated
Jun 26, 2019 - PowerShell
-
Updated
May 23, 2020 - C#
-
Updated
Jun 10, 2020 - C#
- received suggestions from the community to put examples of script outputs in the module wiki so that people can have a batter understanding of what that module does.
-
Updated
Mar 25, 2020 - PowerShell
-
Updated
Nov 17, 2019 - PowerShell
I might be missing it, but I'm looking to be able to specify the domain when using Get-WinADForestInformation instead of it auto-discovering it.
Use case, our parent company maintains it's own AD. I'm not joined, but have a trust between mine and there's. I'm starting documentation of their system for them and want to point your script at them to start.
Appreciate the great work on this sc
-
Updated
May 22, 2020 - Shell
-
Updated
May 31, 2020 - PowerShell
-
Updated
Feb 13, 2019 - PowerShell
-
Updated
Jun 8, 2020 - C#
-
Updated
Jun 10, 2020 - CSS
-
Updated
Feb 18, 2019 - PowerShell
-
Updated
Jan 20, 2020 - Python
-
Updated
May 26, 2020 - Shell
-
Updated
Jul 16, 2019 - Shell
-
Updated
Apr 9, 2020 - Dockerfile
-
Updated
Dec 28, 2019 - PowerShell
-
Updated
Apr 17, 2020 - PowerShell
-
Updated
Feb 14, 2018
Improve this page
Add a description, image, and links to the activedirectory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activedirectory topic, visit your repo's landing page and select "manage topics."
Nuget Usage
Document nuget process
In nuget, this is the package for install...
Install-Package Waffle.AD
Here is how it was uploaded using our current project as it includes nuget from the root using powershell.
./nuget.exe push Waffle.AD.1.8.3.nupkg ${apikeyhere} -Source https://www.nuget.org/api/v2/package
Here is how it is packed for uploading...