|
5 | 5 | "winlog": { |
6 | 6 | "time_created": "2020-05-13T09:04:04.755Z", |
7 | 7 | "user": { |
8 | | - "identifier": "S-1-5-21-1350058589-2282154016-2764056528-1000" |
| 8 | + "identifier": "S-1-5-21-2882078887-1352635951-3305458046-1000", |
| 9 | + "domain": "DESKTOP-6RJHI71", |
| 10 | + "name": "JohnDoe", |
| 11 | + "type": "User" |
9 | 12 | }, |
10 | 13 | "activity_id": "{dd68516a-2930-0000-5962-68dd3029d601}", |
11 | 14 | "process": { |
|
66 | 69 | "time_created": "2020-05-15T08:11:47.897Z", |
67 | 70 | "level": "information", |
68 | 71 | "user": { |
69 | | - "identifier": "S-1-5-21-1350058589-2282154016-2764056528-1000" |
| 72 | + "identifier": "S-1-5-21-2882078887-1352635951-3305458046-1000", |
| 73 | + "domain": "DESKTOP-6RJHI71", |
| 74 | + "name": "JohnDoe", |
| 75 | + "type": "User" |
70 | 76 | }, |
71 | 77 | "activity_id": "{1aca0717-2acb-0002-c208-ca1acb2ad601}" |
72 | 78 | }, |
|
102 | 108 | ], |
103 | 109 | "winlog": { |
104 | 110 | "user": { |
105 | | - "identifier": "S-1-5-21-1350058589-2282154016-2764056528-1000" |
| 111 | + "identifier": "S-1-5-21-2882078887-1352635951-3305458046-1000", |
| 112 | + "domain": "DESKTOP-6RJHI71", |
| 113 | + "name": "JohnDoe", |
| 114 | + "type": "User" |
106 | 115 | }, |
107 | 116 | "activity_id": "{e3200b8a-290e-0002-332a-20e30e29d601}", |
108 | 117 | "channel": "Microsoft-Windows-PowerShell/Operational", |
|
148 | 157 | "event_data": { |
149 | 158 | "MessageNumber": "1", |
150 | 159 | "MessageTotal": "1", |
151 | | - "ScriptBlockText": "# SIG # Begin signature block\n# MIIbDQYJKoZIhvcNAQcCoIIa/jCCGvoCAQExCzAJBgUrDgMCGgUAMGkGCisGAQQB\n# gjcCAQSgWzBZMDQGCisGAQQBgjcCAR4wJgIDAQAABBAfzDtgWUsITrck0sYpfvNR\n# AgEAAgEAAgEAAgEAAgEAMCEwCQYFKw4DAhoFAAQUxKaXN7doWq+mq18IrzABoXMr\n# 4l6gghXyMIIEoDCCA4igAwIBAgIKYRr16gAAAAAAajANBgkqhkiG9w0BAQUFADB5\n# MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVk\n# bW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSMwIQYDVQQDExpN\n# aWNyb3NvZnQgQ29kZSBTaWduaW5nIFBDQTAeFw0xMTExMDEyMjM5MTdaFw0xMzAy\n# MDEyMjQ5MTdaMIGDMQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQ\n# MA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9u\n# SIG # End signature block\n\n.\\patata.ps1", |
| 160 | + "ScriptBlockText": "###\n# ==++==\n#\n# Copyright (c) Microsoft Corporation. All rights reserved.\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n# http://www.apache.org/licenses/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#\n###\n@{\n GUID = \"4ae9fd46-338a-459c-8186-07f910774cb8\"\n Author = \"Microsoft Corporation\"\n CompanyName = \"Microsoft Corporation\"\n Copyright = \"(C) Microsoft Corporation. All rights reserved.\"\n HelpInfoUri = \"https://go.microsoft.com/fwlink/?linkid=2113634\"\n ModuleVersion = \"1.4.8.1\"\n PowerShellVersion = \"3.0\"\n ClrVersion = \"4.0\"\n RootModule = \"PackageManagement.psm1\"\n\tDescription = 'PackageManagement (a.k.a. OneGet) is a new way to discover and install software packages from around the web.\n It is a manager or multiplexor of existing package managers (also called package providers) that unifies Windows package management with a single Windows PowerShell interface. With PackageManagement, you can do the following.\n - Manage a list of software repositories in which packages can be searched, acquired and installed\n - Discover software packages\n - Seamlessly install, uninstall, and inventory packages from one or more software repositories'\n\n CmdletsToExport = @(\n 'Find-Package',\n 'Get-Package',\n 'Get-PackageProvider',\n 'Get-PackageSource',\n 'Install-Package',\n 'Import-PackageProvider'\n 'Find-PackageProvider'\n 'Install-PackageProvider'\n 'Register-PackageSource',\n 'Set-PackageSource',\n 'Unregister-PackageSource',\n 'Uninstall-Package'\n 'Save-Package'\n\t)\n\n\tFormatsToProcess = @('PackageManagement.format.ps1xml')\n\n\tPrivateData = @{\n PSData = @{\n Tags = @('PackageManagement', 'PSEdition_Core', 'PSEdition_Desktop', 'Linux', 'Mac')\n ProjectUri = 'https://oneget.org'\n ReleaseNotes = @'\n## 1.4.8.1\n- Update PackageManagement's strong name signing\n\n## 1.4.8\n- Add NuGet as a source when generating nuget.config file for user in the NuGet Provider\n\n## 1.4.7\n- Update security protocol to use TLS 1.2\n- Remove catalog file\n\n## 1.4.6\n- Update `HelpInfoUri` to point to the latest content\n\n## 1.4.5\n- Bug fix for deadlock when getting parameters in an event\n\n## 1.4.4\n- Bug fix when installing modules from private feeds\n\n ## 1.4.3\n- Another bug fix when registering repositories with PowerShellGet\n\n## 1.4.2\n- Bug fix for passing credentials from PowerShellGet when registering repositories\n\n## 1.4.1\n- Bug fix for using credential provider installed in Visual Studio\n\n## 1.4\n- Allow credential persistance for registering private repositories and finding or installing packages from those repositories\n\n## 1.3.2\n- Enable bootstrap on PSCore\n- Bug fix to run on .NET Core 3.0\n\n## 1.3.1\n- Targets net452 and netstandard2.0 instead of net451, netcoreapp2.0, and netstandard1.6\n \n## Previous releases are not included in this Changelog\n'@\n }\n }\n}\n\n# SIG # Begin signature block\n# MIInoQYJKoZIhvcNAQcCoIInkjCCJ44CAQExDzANBglghkgBZQMEAgEFADB5Bgor\n# BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG\n# KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCANw97w1D+bi5LY\n# 8ZEuubcA0tI0Z0h+CImFRYop+IIqQaCCDYEwggX/MIID56ADAgECAhMzAAACUosz\n# qviV8znbAAAAAAJSMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD\n# +nC4D7IMA1+6smM7fbSJa7o4BHfyje8PHB3w9GF223mZTG0EhBlultQkMSpV/c88\n# 9hsbwx16Cr5sY9M/lSRt4oC3qzSuTmYd6VYJ/ILt9ptrpOkaYCiXXRx8Cfz7w53w\n# Au/J8xJjNWvrKxkcc8XiUXPfGGTXujyiS2MqvztBkg6wCduFKqogmvOtQiiwQQxE\n# G6lU/rss27omoTUc41EawOr1km5y+fUS9aoYX9K8NNhFH6TSni3dp/+Hiyif1T7X\n# g0cBy4yHuYxMmRrFcmGeplW3KhXHfkJjbHaVs1QgnRfkgFuypwF5YoFWrW7Xgj+a\n# ZCDKSoYq45E4v0ryIvyu0shBoHQXREAzpBv3L9h5A9vEFQG4alCI57oSbdqJ1YIa\n# ggkTQHR2CWdB7FnQilCqqZjSnAtXYZh/RD+PX6fg1UyUUQf5ohnw951pQeKYTYHm\n# Fwut+RibzdbHEF/kLZr6SZsDupCv\n# SIG # End signature block", |
152 | 161 | "ScriptBlockId": "50d2dbda-7361-4926-a94d-d9eadfdb43fa" |
153 | 162 | }, |
154 | 163 | "provider_name": "Microsoft-Windows-PowerShell", |
|
158 | 167 | "provider_guid": "{a0c1853b-5c40-4b15-8766-3cf1c58f985a}", |
159 | 168 | "time_created": "2020-05-14T11:33:51.389Z", |
160 | 169 | "user": { |
161 | | - "identifier": "S-1-5-21-1350058589-2282154016-2764056528-1000" |
| 170 | + "identifier": "S-1-5-21-2882078887-1352635951-3305458046-1000", |
| 171 | + "domain": "DESKTOP-6RJHI71", |
| 172 | + "name": "JohnDoe", |
| 173 | + "type": "User" |
162 | 174 | }, |
163 | 175 | "activity_id": "{fb13c9de-29f7-0001-18e0-13fbf729d601}", |
164 | 176 | "channel": "Microsoft-Windows-PowerShell/Operational", |
|
255 | 267 | "task": "Executing Pipeline", |
256 | 268 | "time_created": "2023-06-01T05:27:01.2479769Z", |
257 | 269 | "user": { |
258 | | - "identifier": "S-1-5-5" |
| 270 | + "identifier": "S-1-5-21-2882078887-1352635951-3305458046-1000", |
| 271 | + "domain": "DESKTOP-6RJHI71", |
| 272 | + "name": "JohnDoe", |
| 273 | + "type": "User" |
259 | 274 | }, |
260 | 275 | "version": 1 |
261 | 276 | } |
|
0 commit comments