Canthv0 simpleadmin#596
Conversation
|
It looks like this is failing due to formatting. |
bill-long
left a comment
There was a problem hiding this comment.
The disclaimer should be removed. This is added by the build process to the released/signed script.
Also we generally do not declare authors in scripts, as these are intended to be collaborations. Anyone interested in determining authorship can examine the commit history.
|
The readme should also be moved to under docs. @bill-long do we want this script under "Admin"? |
|
Admin sounds fine. I'll push a commit to move the readme. |
| # Build the result object to return our values | ||
| $Result | Add-Member -MemberType NoteProperty -Value $user -Name Caller | ||
| $Result | Add-Member -MemberType NoteProperty -Value $cmdlet -Name Cmdlet | ||
| $ResultResult | Add-Member -MemberType NoteProperty -Value $FullCommand -Name FullCommand |
|
This PR is still pending action from @Canthv0
|
|
@Canthv0 the script failed to match the formatting because of new requirement to have an empty line at the end of the file. |
…S-Exchange into canthv0-simpleadmin
|
Ok I think I have everything fixed now. |
Issue:
Importing existing Get-SimpleAdminAuditlog script into github under a managed location.
Reason:
Moving the script to a proper location for maintaining.