Merge pull request #417 from silversword411/develop

tweaks to docs and scripts
This commit is contained in:
Dan 2021-04-19 23:05:42 -07:00 committed by GitHub
commit d98b4d7320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2,16 +2,16 @@
### File names
Under `/scripts` should generally follow this format:
Under `/scripts` the file name should generally follow this format:
```
(Platform)_(Category or Function)_(What It Does).xxx
```
!!!info
Although Tactical RMM only has a Windows agent for now, we're planning for future with script names
Although Tactical RMM only has a Windows agent for now, we're planning for a future with more platform support
Platform for now are
Platform for now are:
```
Win
@ -79,7 +79,7 @@ c:\ProgramData\TacticalRMM\temp
c:\ProgramData\TacticalRMM\
```
- Command Parameters are good. Optional command parameters for extra functions are better
- Command Parameters are good. Optional command parameters for extra functions are better.
### Bad Habits

View File

@ -1,3 +1,5 @@
# Cloudflare Family DNS see https://blog.cloudflare.com/introducing-1-1-1-1-for-families/
$ErrorActionPreference = 'SilentlyContinue'
if ((Get-WmiObject -Class Win32_ComputerSystem).PartOfDomain){