dgoldman-msft / PSServicePrincipal

PowerShell module for creating and deleting enterprise and registered applications as well as SPN object (single and batch) for automation. This can be used as a facilitator for setting up Exchange PowerShell CBA
MIT License
17 stars 4 forks source link

Final updates to 1.0.10 #18

Closed dgoldman-msft closed 4 years ago

dgoldman-msft commented 4 years ago

Removed Get-AppByName.ps1 Added Get-EnterpriseAppByName.ps1 Added Get-RegisteredAppByName.ps1 Fixed logging in New-SelfSignedCert to surpress IO.Directory output and now usign custom output Added counter for self-signed cert creation Fixed documnetation in New-ServicePrincipalObject.ps1 Added new parameters GetEnterpriseApp and GetRegisteredApp Changed function names from GetAppByName to GetEnterpriseApp Added new function for GetRegisteredApp Updated manifest file to remove 'Get-AppByName' and add 'Get-EnterpriseApp' and 'Get-RegisteredApp' Updated Changlog

dgoldman-msft commented 4 years ago

Rejecting due to two files not being updated