2 scripts added
This commit is contained in:
parent
7e960b2bde
commit
a251ae9b90
|
@ -215,6 +215,15 @@
|
||||||
"shell": "cmd",
|
"shell": "cmd",
|
||||||
"category": "TRMM (Win):Active Directory"
|
"category": "TRMM (Win):Active Directory"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"guid": "b6b9912f-4274-4162-99cc-9fd47fbcb292",
|
||||||
|
"filename": "Win_ADDC_Sync_Start.bat",
|
||||||
|
"submittedBy": "https://github.com/silversword411",
|
||||||
|
"name": "ADDC - Sync AD",
|
||||||
|
"description": "Trigger AD Sync on domain controller",
|
||||||
|
"shell": "cmd",
|
||||||
|
"category": "TRMM (Win):Active Directory"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"guid": "b720e320-7755-4c89-9992-e1a6c43699ed",
|
"guid": "b720e320-7755-4c89-9992-e1a6c43699ed",
|
||||||
"filename": "Win_Defender_Clear_Logs.ps1",
|
"filename": "Win_Defender_Clear_Logs.ps1",
|
||||||
|
@ -434,5 +443,14 @@
|
||||||
"description": "Azure AD - Check if joined or not",
|
"description": "Azure AD - Check if joined or not",
|
||||||
"shell": "powershell",
|
"shell": "powershell",
|
||||||
"category": "TRMM (Win):Azure>AD"
|
"category": "TRMM (Win):Azure>AD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"guid": "e18c64d0-b783-4b52-b44b-9bb7592b439b",
|
||||||
|
"filename": "Win_FileSystem_Enable_Long_Paths.bat",
|
||||||
|
"submittedBy": "https://github.com/silversword411",
|
||||||
|
"name": "File System - Enable Long Paths",
|
||||||
|
"description": "Enables NTFS Long paths greater than 260 characters",
|
||||||
|
"shell": "cmd",
|
||||||
|
"category": "TRMM (Win):Storage"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -0,0 +1,2 @@
|
||||||
|
net start ADSync
|
||||||
|
exit
|
|
@ -0,0 +1 @@
|
||||||
|
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /V LongPathsEnabled /T REG_DWORD /D 1 /F
|
Loading…
Reference in New Issue