mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Update the manuals
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#Requires -RunAsAdministrator
|
||||
<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
query-smart-data.ps1 [<directory>]
|
||||
.DESCRIPTION
|
||||
@ -15,6 +14,8 @@
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
#Requires -RunAsAdministrator
|
||||
|
||||
param([string]$Directory = "")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user