Category: Uncategorized
-
I noticed that the NEW Microsoft Teams doesn’t let me create a desktop shortcut by right-clicking on it. And I needed to create a shortcut for the NEW Teams so that I can then create a run command shortcut for it. What worked is to navigate to the Applications Folder and create a Teams shortcut… Continue reading
-
This happens a lot to me. There are times when I open a remote desktop and go fullscreen, the taskbar will be hidden behind the local taskbar and it’s annoying. Here’s how to fix it: Simply restart Windows Explorer within Task Manager. In detail: Your taskbar will reset then you can try opening remote desktop… Continue reading
-
So, I have a PowerShell script that runs 4 different SQL queries whose results I want to save in an Excel file with 4 sheets. I’m utilizing dfinke’s ImportExcel module version 6.1.0 and I’m running into this error whenever it’s trying to write the datasets on the Excel file. The output would be an excel… Continue reading
-
Cos I don’t have access to this machine and I needed to know the timezone its on… Just fire up PowerShell and run the following command to fetch the timezone Just replace ServerName with the actual machine or server name Similarly if you want to get the timezone of your local machine Continue reading
-
Here’s another note to self… I’ve been looking for a way to password protect a csv file but found it’s not possible natively so one way to encrypt it is to zip it first and password protect the zip file. Now I have multiple files I want to to zip using 7-Zip compression and again… Continue reading
-
Basically I followed this step-by-step from Microsoft, but for my own sake I’m writing my own so it’s easier to find. Setup IIS from Windows Control Panel • Open Control Panel >> Programs >> Turn Windows features on or off • Select Internet Information Services >> Expand and check CGI under World Wide Web Services — Application Development Features • Test by opening http://localhost/ on your… Continue reading