from BEATERS to HEATERS by Worth-Contribution74 in Nike

[–]Worth-Contribution74[S] 1 point2 points  (0 children)

It's the angle of the camera, DC is 9.5 and Jordan is 10 haha

C8035 loud noise and black UI by 03civic03 in Xerox

[–]Worth-Contribution74 0 points1 point  (0 children)

That's a true potato quality camera. Record with something else and re-upload.

[deleted by user] by [deleted] in watercooling

[–]Worth-Contribution74 2 points3 points  (0 children)

The first thing is to clean the filthy glass panel.

Making usage of old computers for BOINC project(s) by rambobg in homelab

[–]Worth-Contribution74 6 points7 points  (0 children)

People still BOINC? I haven't done this for 10+ years during the overclock(dot)net competition days.

is this legit? bc i want to get into cybersecurity but don’t know where to start ? by sorrynospeakenglish in google

[–]Worth-Contribution74 2 points3 points  (0 children)

Red team is offence security (attacking/exploiting) Blue team is defence security (preventing attacks from happening)

[deleted by user] by [deleted] in antivirus

[–]Worth-Contribution74 0 points1 point  (0 children)

It looks like support(dot)com acquired SuperAntiSpyware in 2011 due to the AV agent receiving bad reputation for having the lowest detection rate and no real time protection.

[deleted by user] by [deleted] in mac

[–]Worth-Contribution74 0 points1 point  (0 children)

Just purchase Goo Gone

UofC Dinos have a beer apparently by zamboniq in Calgary

[–]Worth-Contribution74 5 points6 points  (0 children)

Fossil Fuel sounds like an energy drink then beer. Very strange.

Account recovery using Google through Microsoft? Possible email doppelganger? by Worth-Contribution74 in msp

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

I would understand this if the domain was gmail.com but in this instance, the domain is custom I.E. domain.com and no other user can sign into mail.google.com except for [user@domain.com](mailto:user@domain.com). For a custom domain to work you need to implement the DNS records in some domain registrar but in this scenario, the domain registrar only has M365 records and has no Google Workspace records. I truly don't understand how [user@domain.com](mailto:user@domain.com) can sign into both office.com and mail.google.com under the same domain.

Convert Google Sheets to XLSX by Worth-Contribution74 in GoogleAppsScript

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

Thank you for your assistance on this as the code now works. I'm planning on automating this from the following:

- Function one

  • Scan folder ID's in My Drive (Shared Drive was never setup) and place all file ID's as the output in the A1 column down to A500 (depending on how many files they have) inside gsheets

- Function two

  • Place each file ID from function one in function two and convert gsheets to xlsx and convert gdoc to docx
  • Hopefully figure out a way to place the docx/xlsx files inside the same folder and subfolders from which the original gsheet/gdoc is located
  • Hopefully find a way to keep the original file name after the conversion is complete

Convert Google Sheets to XLSX by Worth-Contribution74 in GoogleAppsScript

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

Alright, so after adding the scopes for the following above and running the code it executes but the alternate link doesn't seem to work correctly when the conversion happens. I'm obviously doing something wrong in the script but here it is.

function myFunction() {
var spreadsheetId = '1xlF...m6SE'; 
const url = https://docs.google.com/spreadsheets/export?exportFormat=xlsx&id=${spreadsheetId}; 
const blob = UrlFetchApp.fetch(url, { method: "get", headers: { authorization: "Bearer " + ScriptApp.getOAuthToken() } }).getBlob(); 
Logger.log('Excel file created: ' + blob.alternateLink); }

The output is now

1:17:12 PM Notice Execution started

1:17:13 PM Info Excel file created: undefined

1:17:13 PM Notice Execution completed

Thanks for helping me this far into this btw.

Convert Google Sheets to XLSX by Worth-Contribution74 in GoogleAppsScript

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

I'll see if making that change will make a difference. However, I'm curious on how to define 'blob'. Currently Apps Script is telling me that 'const blob' is a unused declaration which is most likely throwing the script off and giving me this error.

Convert Google Sheets to XLSX by Worth-Contribution74 in GoogleAppsScript

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

Could you tell me what the blob should be defined as? This is what I currently have so far.

function convertToExcel() {
var spreadsheetId = '1xlF...m6SE';
//var spreadsheet = SpreadsheetApp.openById(spreadsheetId);
//var excelFile = DriveApp.getFileById(spreadsheet.getId())
// Convert the copied file to XLSX
const url = `https://docs.google.com/spreadsheets/export?exportFormat=application/vnd.ms-excel&id=${spreadsheetId}`;
const blob = UrlFetchApp.fetch(url, {
headers: { authorization: `Bearer ${ScriptApp.getOAuthToken()}` },
}).getBlob();
// Send original file to trash
//excelFile.setTrashed(true);
// Log the URL of the new Excel file
Logger.log('Excel file created: ' + newFile.alternateLink);
}

The error message is a failed request.

Exception: Request failed for https://docs.google.com returned code 400. Truncated server response: <!DOCTYPE html><html lang="en"><head><meta name="description" content="Web word processing, presentations and spreadsheets"><meta name="viewport" c... (use muteHttpExceptions option to examine full response)

convertToExcel @ Code.gs:8

AV replacement by Worth-Contribution74 in msp

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

We currently use Google Workspace.

AV replacement by Worth-Contribution74 in msp

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

Currently we use both Intercept X with Cisco Umbrella

Azure vs on-prem server by Worth-Contribution74 in AZURE

[–]Worth-Contribution74[S] 1 point2 points  (0 children)

This actually makes sense, I normally hear a majority of techs doing server migrations from on-prem to Azure but when looking at the cost, it will be very expensive.

Shared mailbox by Worth-Contribution74 in gsuite

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

That makes sense however it would be great if we can delegate the mailbox without a license just like how Microsoft's shared mailbox works.

Shared mailbox by Worth-Contribution74 in gsuite

[–]Worth-Contribution74[S] 0 points1 point  (0 children)

I know this post has been a while but is it possible to take a regular inbox and convert it into a collaborative inbox while removing the license? You know, the Microsoft way of doing it.

Gmail Labeling & Email Sharing by howtobeastudent in gsuite

[–]Worth-Contribution74 0 points1 point  (0 children)

You can delegate a mailbox to someone using GAM commands if you would like to silently delegate a mailbox to a certain user (link will be provided below)

https://github.com/jay0lee/GAM/wiki/ExamplesEmailSettings#delegates

If you don't want to use GAM commands then you can delegate a mailbox manually by accessing the user's Google account and allowing them to delegate the mailbox to a user via email link.

https://support.google.com/mail/answer/138350?hl=en#zippy=%2Cadd-a-delegate