Skip to content

Commit

Permalink
Fixed bad links in PowerShell article
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Duncan committed Jan 20, 2017
1 parent 87a6392 commit 855bed2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions articles/analysis-services/analysis-services-powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ The SQLASCMDLETS module provides task-specific database management cmdlets as we

|Cmdlet|Description|
|------------|-----------------|
|[Add-RoleMember](../Topic/Add-RoleMember%20cmdlet.md)|Add a member to a database role.|
|[Remove-RoleMember](../Topic/Remove-RoleMember%20cmdlet.md)|Remove a member from a database role.|
|[Invoke-ASCmd](../Topic/Invoke-ASCmd%20cmdlet.md)|Execute a TMSL script.|
|[Invoke-ProcessASDatabase](../Topic/Invoke-ProcessASDatabase.md)|Process a database.|
|[Invoke-ProcessPartition](../Topic/Invoke-ProcessPartition%20cmdlet.md)|Process a partition.|
|[Invoke-ProcessTable](../Topic/Invoke-ProcessTable%20cmdlet.md)|Process a table.|
|[Merge-Partition](../Topic/Merge-Partition%20cmdlet.md)|Merge a partition.|
|[Add-RoleMember](https://msdn.microsoft.com/library/hh510167.aspx)|Add a member to a database role.|
|[Remove-RoleMember](https://msdn.microsoft.com/library/hh510173.aspx)|Remove a member from a database role.|
|[Invoke-ASCmd](https://msdn.microsoft.com/library/hh479579.aspx)|Execute a TMSL script.|
|[Invoke-ProcessASDatabase](https://msdn.microsoft.com/library/mt651773.aspx)|Process a database.|
|[Invoke-ProcessPartition]()|Process a partition.|
|[Invoke-ProcessTable]()|Process a table.|
|[Merge-Partition]()|Merge a partition.|



Expand Down

0 comments on commit 855bed2

Please sign in to comment.