XenDesktop 7.6 powershell commands cheat sheet

7.6 install with powershell series together with link to the article and command examples.

How to check installed XenDesktop version ?

1

2

3

4

#

Get-BrokerController

Get-BrokerController  |select DNSName, ControllerVersion

#

How to display XenDesktop site configuration ?

1

2

3

4

5

#

Get-XDSite

or

Get-ConfigSite

#

How to add/remove delivery controller ?

1

2

3

4

5

6

7

8

9

10

11

12

#For more info see:

#XenDesktop 7.6 install with powershell Part 1 - Figure 14

# -AdminAddress - controller we will connect to

# -ControllerName - controller we will add/remove

#Add new controller to the site

Add-XDController -AdminAddress XD001 -ControllerName XD002

#Remove controller from the site

Remove-XDController -AdminAddress XD001 -ControllerName XD002

#

How to display/modify licensing details ?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

#For more info see:

#XenDesktop 7.6 install with powershell Part 1 - Figure 7,8,9

# Display licensing details

Get-ConfigSite

# Configure new settings for product code, edition and licensing model

Set-ConfigSite -LicensingModel Concurrent -ProductCode MPS -ProductEdition ENT

# Configure License server name and port

Set-XDLicensing -LicenseServerAddress DC01 -LicenseServerPort 27001

# Display licensing options

Get-ConfigLicensingModel

#

How to display/modify product version and edition ?

1

2

3

4

5

6

7

8

9

10

11

12

# Configure new settings for product code, edition and licensing model

Set-ConfigSite -ProductCode MPS -ProductEdition ENT

# Display production options

Get-ConfigProduct

# Display product versions

Get-ConfigProductVersion

# Display product editions

Get-ConfigProductEdition

#

来源: <http://blog.citrix24.com/xendesktop-7-6-install-with-powershell-cheat-sheet/>

来自为知笔记(Wiz)

时间: 2024-08-26 17:51:48

XenDesktop 7.6 powershell commands cheat sheet的相关文章

[Z] 各种开发相关的CHEAT SHEET

你是否会经常忘记一些CSS中的函数名或是一些属性名,那个时候,你一定觉得,如果手边有一个“小抄”(Cheat Sheet)就好了.当然,这个“小抄”不是给你作弊用的,这个“小纸条”就是可以让你马上知道那个你最想知道的东西.这个“小抄”上也不需要有所有的东西,就需要那些经常用的就行了.现在,网上有很多这样的“小抄”,它们可能是PDF格式的,可能是PNG格式的,你可以很方便地把其打印出来(可以打印得很小),然后贴在你的电脑旁,一但需要,瞟一眼就可以了,这对于我们的工作是相当方便的. 之前,酷壳也有两

MySQL SQL Injection Cheat Sheet

MySQL SQL Injection Cheat Sheet Some useful syntax reminders for SQL Injection into MySQL databases- This post is part of a series of SQL Injection Cheat Sheets.  In this series, I've endevoured to tabulate the data to make it easier to read and to u

IOS Application Security Testing Cheat Sheet

IOS Application Security Testing Cheat Sheet [hide] 1 DRAFT CHEAT SHEET - WORK IN PROGRESS 2 Introduction 3 Information gathering 4 Application traffic analysis 5 Runtime analysis 6 Insecure data storage 7 Tools 8 Related Articles 9 Authors and Prima

XSS Filter Evasion Cheat Sheet 中文版【转】

译者注: 翻译本文的最初原因是当我自己看到这篇文章后,觉得它是非常的价值.但是这么著名的一个备忘录却一直没有人把它翻译成中文版.很多人仅仅是简单的把文中的各种代码复制下来,然后看起来很刁的发在各种论坛上,不过你要真去认真研读这些代码,就会完全不知所云了.原因是这篇文章最精华的部分是代码的解释而非代码本身. 一方面为了自己学习,一方面也想让更多国内的xss爱好者去更方便的阅读本文.所以虽然我本身英语很烂,xss技术也很烂,但还是去翻译了这篇文章.当然这也导致最后翻译出来的文章晦涩难懂.不知所云.这

XSS Filter Evasion Cheat Sheet 中文版

前言 译者注: 翻译本文的最初原因是当我自己看到这篇文章后,觉得它是非常有价值.但是这么著名的一个备忘录却一直没有人把它翻译成中文版.很多人仅仅是简单的把文中的 各种代码复制下来,然后看起来很刁的发在各种论坛上,不过你要真去认真研读这些代码,就会完全不知所云了.原因是这篇文章最精华的部分是代码的解释而非代 码本身. 一方面为了自己学习,一方面也想让更多国内的xss爱好者去更方便的阅读本文.所以虽然我本身英语很烂,xss技术也很烂,但还是去翻译了这篇文 章.当然这也导致最后翻译出来的文章晦涩难懂.

XSS (Cross Site Scripting) Prevention Cheat Sheet(XSS防护检查单)

本文是 XSS防御检查单的翻译版本 https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet 介绍 本文描述了一种恰当地使用输出转码或者转义(encoding or escaping)防御XSS攻击的简单积极模式. 尽管存在巨量XSS攻击方式,遵守一些简单的规则能够彻底防住这类严重的攻击. 本文不探讨XSS攻击的商业和技术影响. reflected and stored XSS 可以

转:PostgreSQL Cheat Sheet

PostgreSQL Cheat Sheet CREATE DATABASE CREATE DATABASE dbName; CREATE TABLE (with auto numbering integer id) CREATE TABLE tableName ( id serial PRIMARY KEY, name varchar(50) UNIQUE NOT NULL, dateCreated timestamp DEFAULT current_timestamp ); Add a pr

A printf format reference page (cheat sheet)

Summary: This page is a printf formatting cheat sheet. I originally created this cheat sheet for my own purposes, and then thought I would share it here. A cool thing about the printf formatting syntax is that the specifiers you can use are very simi

The iOS Design Cheat Sheet 界面设计速参

http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/ With the release of iOS 7, app designers and developers will need to adjust their visual language to match the new "flat" design of iOS. In addition to the grid system, the dimensions of