mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
5 lines
72 B
PowerShell
5 lines
72 B
PowerShell
|
|
@{
|
||
|
|
ExcludeRules = @(
|
||
|
|
'PSUseToExportFieldsInManifest'
|
||
|
|
)
|
||
|
|
}
|