You are here |
oofhours.com | ||
| | | |
techsavvypriya.wordpress.com
|
|
| | | | From last few days, I have been writing on Microservices Architecture and Container Technology. You can read that here onPart-One&Part-Two. During this, I have come across many docker terminologies and having a quick understanding of these terminology helps a lot. 1. Docker Editions ?Docker Community Edition (CE)is ideal for Developers who are looking for experimenting... | |
| | | |
michaelscodingspot.com
|
|
| | | | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity | |
| | | |
eskonr.com
|
|
| | | | Two years ago, I wrote an article on how to disable or enable the auto-start feature of the classic Microsoft Teams application on Windows devices using Group Policy (GPO). For more details, please refer to my previous post: How to Disable or Enable Auto-Start of Teams Application Using GPO. With the release of the new... | |
| | | |
smsagent.blog
|
|
| | For some time I've used a simple VBScript wrapper in code projects and scheduled tasks to allow silent execution of PowerShell scripts in the user context without displaying a console window: p = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) location = p &"\"& WScript.Arguments(0) command = "powershell.exe -nologo -ExecutionPolicy Bypass -File """ &location &"""" set shell = CreateObject("WScript.Shell") shell.Run command,0... |