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
/usr/bin/curl --location "https://go.microsoft.com/fwlink/?linkid=2093438&clcid=0x409" -o "EdgeLatest.pkg" |
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
sudo profiles renew -type enrollment |
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
aws s3api list-objects --bucket BUCKETNAME --output json --query "[sum(Contents[].Size), length(Contents[])]" |
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
%localappdata%\Microsoft\OneDrive\onedrive.exe /reset |
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
#This can be run through a remote terminal to rename a system | |
> scutil --set HostName SYSTEMNAME | |
> scutil --set LocalHostName SYSTEMNAME | |
> scutil --set ComputerName SYSTEMNAME |
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
1. Push installer: | |
/usr/bin/curl -L1 https://mydownloadlink.com/download-files/mypackage.pkg > /tmp/Install\ mypackage.pkg | |
Step 2 Install: | |
installer -pkg /tmp/Install\ mypackage.pkg -target / | |
Step 3 Remove installer: | |
/bin/rm /tmp/Install\ mypackage.pkg |
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
sudo jamf policy -id #### |
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
:boredparrot::chillparrot::congaparrot::dealwithitparrot::explodyparrot::fastparrot::fiestaparrot::gothparrot::icecreamparrot::middleparrot::oldtimeyparrot::parrot::parrotcop::parrotdad::partyparrot::reversecongaparrot::rightparrot::shufflefurtherparrot::shuffleparrot::shufflepartyparrot::slowparrot: |
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
Sudo jamf setcomputername -name thename | |
//run after setcomputername | |
sudo jamf recon |
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
For v9.8 or later: | |
/usr/local/bin/jamf removeFramework | |
For v9.73 or earlier: | |
/usr/sbin/jamf removeFramework |
NewerOlder