Merge pull request #417 from silversword411/develop
tweaks to docs and scripts
This commit is contained in:
commit
d98b4d7320
|
@ -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
|
||||
|
||||
|
|
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue