2026-01-07 19:55:35 +00:00
|
|
|
# NFS - Network File System
|
|
|
|
|
|
|
|
|
|
```json
|
2026-01-14 20:28:45 +02:00
|
|
|
"WPFFeaturenfs": {
|
|
|
|
|
"Content": "NFS - Network File System",
|
|
|
|
|
"Description": "Network File System (NFS) is a mechanism for storing files on a network.",
|
|
|
|
|
"category": "Features",
|
|
|
|
|
"panel": "1",
|
|
|
|
|
"Order": "a014_",
|
|
|
|
|
"feature": [
|
|
|
|
|
"ServicesForNFS-ClientOnly",
|
|
|
|
|
"ClientForNFS-Infrastructure",
|
|
|
|
|
"NFS-Administration"
|
|
|
|
|
],
|
|
|
|
|
"InvokeScript": [
|
|
|
|
|
"nfsadmin client stop",
|
|
|
|
|
"Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousUID' -Type DWord -Value 0",
|
|
|
|
|
"Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousGID' -Type DWord -Value 0",
|
|
|
|
|
"nfsadmin client start",
|
|
|
|
|
"nfsadmin client localhost config fileaccess=755 SecFlavors=+sys -krb5 -krb5i"
|
|
|
|
|
],
|
2026-01-07 19:55:35 +00:00
|
|
|
```
|