Chat now with support
Chat mit Support

Secure Copy 7.6.3 - User Guide

Using Secure Copy Setting copy options Running copy jobs Using the command line Managing licenses Running Update Utilities Troubleshooting PowerShell cmdlets

Starting a copy job


Previous
Syntax

Start-SecureCopyJob [-Database] <string> [-JobName] <string> [[-Source] <string>] [[-Target] <string>] [[-CopySubFolders] <bool>] [[-Quiet] <bool>] [[-Test] <bool>] [<CommonParameters>]

 

Parameter

Description

-Database <string>

Specify the jobs database (.ssd file).

-JobName <string>

Specify the job using Job Name.

-Source <string>

Define a new source path.

IMPORTANT: If you add /source to the command, it overrides the source(s) specified in the copy job identified by the job ID or name.

-Target <string>

Define a new target path.

IMPORTANT: If you add /target to the command, it overrides the target(s) specified in the copy job identified by the job ID or name.

-CopySubFolders <bool>

Specify true or false.

-Test <bool>

Test the job.

-Quiet <bool>

Run the job without the user interface.

Examples

This example tests the Default job.

Start-SecureCopyJob -Database "C:\Program Files\Quest\Secure Copy 7\SecureCopy.ssd" -JobName Default –Test $true

This example runs the Default copy job, overriding the source/target with the specified source/target, which copies My Documents to a backup folder.

Start-SecureCopyJob -Database "C:\Program Files\Quest\Secure Copy 7\SecureCopy.ssd" -JobName Default -Source "c:/CBrown/My Documents" –Target "c:/Backup/My Documents"

Next


Removing a copy job


Previous
Syntax

Remove-SecureCopyJob [-Database] <string> [-JobName] <string> [<CommonParameters>]

 

Parameter

Description

-Database <string>

Specify the jobs database (.ssd file).

-JobName <string>

Specify the job using Job Name.

Example

This example removes the TestJob copy job.

Remove-SecureCopyJob -Database "C:\Program Files\Quest\Secure Copy 7\SecureCopy.ssd" -JobName TestJob

Next


Running the File System Statistics Analyzer


Previous

You can run the File System Statistics Analyzer from the PowerShell cmdlets by using the FileSystemStatisticsPowerShell PowerShell module, which is located in the Secure Copy 7 installation folder.

Syntax

Start-FileSystemStatistics [[-Roots] <string>] [[-Server] <string>] [-Out] <string> [[-Threads] <int>] [[-NoBackup] <bool>] [[-Security] <bool>] [[-NoStatus] <bool>] [<CommonParameters>]

 

NOTE: Either the -roots <string> or -server <string> parameter is required

 

Parameter

Description

-roots <string>

List of paths to scan. Separate each path with a semi-colon.

NOTE: This parameter must be specified. If there are any spaces in the paths, the entire list should be in quotes.

-server <string>

Name of the server to process.

When specified, all normal <non administrator, non IPC> shares are enumerated and used as roots.

-out <string>

File in which to write the output.

The data written to this file is in comma separated (csv) format and is suitable for import into Microsoft® Excel.

-threads <int>

Number of threads to use to perform the enumeration.

The number of threads must be less than or equal to the number of roots specified to ensure that each thread has roots to process. If not specified, one thread is used.

-nobackup <bool>

Avoid the use of the backup rights. If this flag is not specified, the backup right is enabled.

NOTE: Backup rights must be held on both the server where this application is run, and the target server.

-security <bool>

Instruct the application to capture security information in addition to count and size information.

-NoStatus <bool>

Suppress the command window and run the tool in quiet mode.

Examples

This example retrieves information for all shares.

Start-FileSystemStatistics -server SERVERNAME -out ServerName-outputfile.csv

This example retrieves information for a set of shares.

Start-FileSystemStatistics -roots "\\SERVERNAME\Share1;\\SERVERNAME\Share Number 2" -out ServerName-outputfile.csv

 

                                                  About us

Quest provides software solutions for the rapidly-changing world of enterprise IT. We help simplify the challenges caused by data explosion, cloud expansion, hybrid datacenters, security threats, and regulatory requirements. We are a global provider to 130,000 companies across 100 countries, including 95% of the Fortune 500 and 90% of the Global 1000. Since 1987, we have built a portfolio of solutions that now includes database management, data protection, identity and access management, Microsoft platform management, and unified endpoint management. With Quest, organizations spend less time on IT administration and more time on business innovation. For more information, visit www.quest.com.

Technical support resources

Technical support is available to Quest customers with a valid maintenance contract and customers who have trial versions. You can access the Quest Support Portal at https://support.quest.com.

The Support Portal provides self-help tools you can use to solve problems quickly and independently, 24 hours a day, 365 days a year. The Support Portal enables you to:

    Submit and manage a Service Request

    View Knowledge Base articles

    Sign up for product notifications

    Download software and technical documentation

    View how-to-videos

    Engage in community discussions

    Chat with support engineers online

    View services to assist you with your product.

Next


Verwandte Dokumente

The document was helpful.

Bewertung auswählen

I easily found the information I needed.

Bewertung auswählen