This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sampling process 40672 for 3 seconds with 1 millisecond of run time between samples | |
| Sampling completed, processing symbols... | |
| Analysis of sampling Python (pid 40672) every 1 millisecond | |
| Process: Python [40672] | |
| Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
| Load Address: 0x1075b3000 | |
| Identifier: Python | |
| Version: ??? | |
| Code Type: X86-64 | |
| Parent Process: AutoPkgr [40660] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AutoPkgr sample: | |
| Sampling process 40660 for 3 seconds with 1 millisecond of run time between samples | |
| Sampling completed, processing symbols... | |
| Analysis of sampling AutoPkgr (pid 40660) every 1 millisecond | |
| Process: AutoPkgr [40660] | |
| Path: /Users/adm/Desktop/AutoPkgr.app/Contents/MacOS/AutoPkgr | |
| Load Address: 0x1025a5000 | |
| Identifier: com.lindegroup.AutoPkgr | |
| Version: 1.2.3 (751) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sampling process 1376 for 3 seconds with 1 millisecond of run time between samples | |
| Sampling completed, processing symbols... | |
| Analysis of sampling Python (pid 1376) every 1 millisecond | |
| Process: Python [1376] | |
| Path: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
| Load Address: 0x107d5b000 | |
| Identifier: Python | |
| Version: ??? | |
| Code Type: X86-64 | |
| Parent Process: AutoPkgr [1263] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Processing local.jss.Keynote... | |
| PathListCopier | |
| PathListCopier: Found version 6.5.2 in file /Applications/Keynote.app/Contents/Info.plist | |
| PathListCopier: Found version 6.5.2 in file /Volumes/Storage/AutoPkg/Cache/local.jss.Keynote/Keynote/Applications/Keynote.app/Contents/Info.plist | |
| PathListCopier: versions match! Not copying. | |
| EndOfCheckPhase | |
| PlistReader | |
| PlistReader: Reading: /Volumes/Storage/AutoPkg/Cache/local.jss.Keynote/Keynote/Applications/Keynote.app/Contents/Info.plist | |
| PlistReader: Assigning value of '6.5.2' to output variable 'version' | |
| PlistReader: Assigning value of 'com.apple.iWork.Keynote' to output variable 'bundleid' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <computer_group> | |
| <name>%GROUP_NAME%</name> | |
| <is_smart>true</is_smart> | |
| <criteria> | |
| <criterion> | |
| <name>Application Title</name> | |
| <priority>0</priority> | |
| <and_or>and</and_or> | |
| <search_type>is</search_type> | |
| <value>%JSS_INVENTORY_NAME%</value> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DKMS make.log for i40e-zc-1.5.18.1034 for kernel 3.10.0-514.2.2.el7.x86_64 (x86_64) | |
| Wed Dec 14 13:23:45 CST 2016 | |
| make[1]: Entering directory `/usr/src/kernels/3.10.0-514.2.2.el7.x86_64' | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_main.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/kcompat.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_ethtool.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_adminq.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_common.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_lan_hmc.o | |
| CC [M] /var/lib/dkms/i40e-zc/1.5.18.1034/build/i40e_zc/i40e_nvm.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Connect-ExchangeOnline | |
| $PolicyName = "Office365 AntiPhish Default" | |
| # Get the current policy | |
| $POLICY = Get-AntiPhishPolicy -Identity $PolicyName | |
| #Connect-AzureAd | |
| Connect-mggraph | |
| # Get Azure AD Users with a Job Title | |
| # This will take a long time, as the Get-AzureAdUser cmdlet doesn't really do filtering | |
| #$AzureAdUsers = Get-AzureAdUser -All 1 | where {$_.JobTitle -notlike "" } | |
| $AzureAdUsers = Get-MgUser -All | where {$_.JobTitle -notlike "" } |