Adds a member to a specific Role of a specific database.
Add-SqlAvailabilityDatabaseAdds primary databases to an availability group or joins secondary databases to an availability group.
Add-SqlAvailabilityGroupListenerStaticIpAdds a static IP address to an availability group listener.
Add-SqlAzureAuthenticationContextPerforms authentication to Azure and acquires an authentication token.
Add-SqlColumnEncryptionKeyValueAdds an encrypted value for an existing column encryption key object in the database.
Add-SqlFirewallRuleAdds a Windows Firewall rule to allow connections to a specific instance of SQL Server.
Add-SqlLoginCreates a Login object in an instance of SQL Server.
Backup-ASDatabaseEnables a database administrator to take the backup of Analysis Service Database to a file.
Backup-SqlDatabaseBacks up SQL Server database objects.
Complete-SqlColumnMasterKeyRotationCompletes the rotation of a column master key.
Convert-UrnToPathConverts a SQL Server Management Object URN to a Windows PowerShell provider path.
ConvertFrom-EncodedSqlNameReturns the original SQL Server identifier when given an identifier that has been encoded into a format usable in Windows PowerShell paths.
ConvertTo-EncodedSqlNameEncodes extended characters in SQL Server names to formats usable in Windows PowerShell paths.
Disable-SqlAlwaysOnDisables the Always On Availability Groups feature for a server.
Enable-SqlAlwaysOnEnables the Always On Availability Groups feature.
Export-SqlVulnerabilityAssessmentBaselineSetExports a Vulnerability Assessment baseline set to a file.
Export-SqlVulnerabilityAssessmentScanExports a Vulnerability Assessment scan to a file.
Get-SqlAgentGets a SQL Agent object that is present in the target instance of SQL Server.
Get-SqlAgentJobGets a SQL Agent Job object for each job that is present in the target instance of SQL Agent.
Get-SqlAgentJobHistoryGets the job history present in the target instance of SQL Agent.
Get-SqlAgentJobScheduleGets a job schedule object for each schedule that is present in the target instance of SQL Agent Job.
Get-SqlAgentJobStepGets a SQL JobStep object for each step that is present in the target instance of SQL Agent Job.
Get-SqlAgentScheduleGets a SQL job schedule object for each schedule that is present in the target instance of SQL Agent.
Get-SqlAssessmentItemGets SQL Assessment best practice checks available for a chosen SQL Server object.
Get-SqlBackupHistoryGets backup information about databases and returns SMO BackupSet objects for each Backup record found based on the parameters specified to this cmdlet.
Get-SqlColumnEncryptionKeyGets all column encryption key objects defined in the database, or gets one column encryption key object with the specified name.
Get-SqlColumnMasterKeyGets the column master key objects defined in the database or gets one column master key object with the specified name.
Get-SqlCredentialGets a SQL credential object.
Get-SqlDatabaseGets a SQL database object for each database that is present in the target instance of SQL Server.
Get-SqlErrorLogGets the SQL Server error logs.
Get-SqlInstanceGets a SQL Instance object for each instance of SQL Server that is present on the target computer.
Get-SqlLoginReturns Login objects in an instance of SQL Server.
Get-SqlSensitivityClassificationGet the sensitivity label and information type of columns in the database.
Get-SqlSensitivityRecommendationsGet recommended sensitivity labels and information types for columns in the database.
Get-SqlSmartAdminGets the SQL Smart Admin object and its properties.
Grant-SqlAvailabilityGroupCreateAnyDatabaseGrants the CREATE ANY DATABASE
permission to an Always On Availability Group.
Imports a Vulnerability Assessment baseline set from a file.
Invoke-ASCmdEnables database administrators to execute an XMLA script, TMSL script, Data Analysis Expressions (DAX) query, Multidimensional Expressions (MDX) query, or Data Mining Extensions (DMX) statement against an instance of Analysis Services.
Invoke-PolicyEvaluationInvokes one or more SQL Server policy-based management policy evaluations.
Invoke-ProcessASDatabaseConducts the Process operation on a specified Database with a specific ProcessType or RefreshType depending on the underlying metadata type.
Invoke-ProcessCubeConducts the Process operation on a specified Cube of a specific database with a specific ProcessType value.
Invoke-ProcessDimensionConducts the Process operation on a specified Cube of a specific database with a specific ProcessType value.
Invoke-ProcessPartitionConducts the Process operation on a specific Partition of a specific database having a specific Cube name and a MeasureGroup name with a specific ProcessType value.
Invoke-ProcessTableConducts the Process operation on a specified Table with a specific RefreshType.
Invoke-SqlAssessmentRuns SQL Assessment best practice checks for a chosen SQL Server object and returns their results.
Invoke-SqlcmdRuns a script containing statements supported by the SQL Server SQLCMD utility.
Invoke-SqlColumnMasterKeyRotationInitiates the rotation of a column master key.
Invoke-SqlNotebookExecutes a SQL Notebook file (.ipynb) and outputs the materialized notebook.
Invoke-SqlVulnerabilityAssessmentScanInvokes a new Vulnerability Assessment scan.
Join-SqlAvailabilityGroupJoins the local secondary replica to an availability group.
Merge-PartitionThis cmdlet merges the data of one or more source partitions into a target partition and deletes the source partitions.
New-RestoreFolderRestores an original folder to a new folder.
New-RestoreLocationUsed to add a restore location to the server.
New-SqlAvailabilityGroupCreates an availability group.
New-SqlAvailabilityGroupListenerCreates an availability group listener and attaches it to an availability group.
New-SqlAvailabilityReplicaCreates an availability replica.
New-SqlAzureKeyVaultColumnMasterKeySettingsCreates a SqlColumnMasterKeySettings object describing an asymmetric key stored in Azure Key Vault.
New-SqlBackupEncryptionOptionCreates the encryption options for the Backup-SqlDatabase cmdlet or the Set-SqlSmartAdmin cmdlet.
New-SqlCertificateStoreColumnMasterKeySettingsCreates a SqlColumnMasterKeySettings object referencing the specified certificate.
New-SqlCngColumnMasterKeySettingsCreates a SqlColumnMasterKeySettings object describing an asymmetric key stored in a key store supporting the CNG API.
New-SqlColumnEncryptionKeyCreates a column encryption key object in the database.
New-SqlColumnEncryptionKeyEncryptedValueCreates the encrypted value of a column encryption key.
New-SqlColumnEncryptionSettingsCreates a SqlColumnEncryptionSettings object that encapsulates information about a single column's encryption, including CEK and encryption type.
New-SqlColumnMasterKeyCreates a column master key object in the database.
New-SqlColumnMasterKeySettingsCreates a SqlColumnMasterKeySettings object describing a master key stored in an arbitrarily specified key store provider and path.
New-SqlCredentialCreates a SQL Server credential object.
New-SqlCspColumnMasterKeySettingsCreates a SqlColumnMasterKeySettings object describing an asymmetric key stored in a key store with a CSP supporting CAPI.
New-SqlHADREndpointCreates a database mirroring endpoint on a SQL Server instance.
New-SqlVulnerabilityAssessmentBaselineCreates a new instance of Microsoft.SQL.VulnerabilityAssessment.SecurityCheckBaseline.
New-SqlVulnerabilityAssessmentBaselineSetCreates a new instance of Microsoft.SQL.VulnerabilityAssessment.SecurityCheckBaselineSet.
Read-SqlTableDataReads data from a table of a SQL database.
Read-SqlViewDataReads data from a view of a SQL database.
Read-SqlXEventReads SQL Server XEvents from XEL file or live SQL XEvent session.
Remove-RoleMemberRemoves a member from the specific Role of a specific database.
Remove-SqlAvailabilityDatabaseRemoves an availability database from its availability group.
Remove-SqlAvailabilityGroupRemoves an availability group.
Remove-SqlAvailabilityReplicaRemoves a secondary availability replica.
Remove-SqlColumnEncryptionKeyRemoves the column encryption key object from the database.
Remove-SqlColumnEncryptionKeyValueRemoves an encrypted value from an existing column encryption key object in the database.
Remove-SqlColumnMasterKeyRemoves the column master key object from the database.
Remove-SqlCredentialRemoves the SQL credential object.
Remove-SqlFirewallRuleDisables the Windows Firewall rule that allows connections to a specific instance of SQL Server.
Remove-SqlLoginRemoves Login objects from an instance of SQL Server.
Remove-SqlSensitivityClassificationRemove the sensitivity label and/or information type of columns in the database.
Restore-ASDatabaseRestores a specified Analysis Service database from a backup file.
Restore-SqlDatabaseRestores a database from a backup or transaction log records.
Resume-SqlAvailabilityDatabaseResumes data movement on an availability database.
Revoke-SqlAvailabilityGroupCreateAnyDatabaseRevokes the CREATE ANY DATABASE
permission on an Always On Availability Group.
Generates In-Memory OLTP Migration Checklist
Set-SqlAuthenticationModeConfigures the authentication mode of the target instance of SQL Server.
Set-SqlAvailabilityGroupSets settings on an availability group.
Set-SqlAvailabilityGroupListenerSets the port setting on an availability group listener.
Set-SqlAvailabilityReplicaSets the settings on an availability replica.
Set-SqlAvailabilityReplicaRoleToSecondarySets the Availability Group replica role to secondary.
Set-SqlColumnEncryptionEncrypts, decrypts, or re-encrypts specified columns in the database.
Set-SqlCredentialSets the properties for the SQL Credential object.
Set-SqlErrorLogSets or resets the maximum number of error log files before they are recycled.
Set-SqlHADREndpointSets the properties of a database mirroring endpoint.
Set-SqlNetworkConfigurationSets the network configuration of the target instance of SQL Server.
Set-SqlSensitivityClassificationSet the information type and/or sensitivity label and information type of columns in the database.
Set-SqlSmartAdminConfigures or modifies backup retention and storage settings.
Start-SqlInstanceStarts the specified instance of SQL Server.
Stop-SqlInstanceStops the specified instance of SQL Server.
Suspend-SqlAvailabilityDatabaseSuspends data movement on an availability database.
Switch-SqlAvailabilityGroupStarts a failover of an availability group to a secondary replica.
Test-SqlAvailabilityGroupEvaluates the health of an availability group.
Test-SqlAvailabilityReplicaEvaluates the health of availability replicas.
Test-SqlDatabaseReplicaStateEvaluates the health of an availability database.
Test-SqlSmartAdminTests the health of Smart Admin by evaluating SQL Server policy based management (PBM) policies.
Write-SqlTableDataWrites data to a table of a SQL database.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4