Revoking old Non-Temporary TS Licenses
gwmi -Class “Win32_TSIssuedLicense” -ComputerName asp01xalic | ?{ $_.sIssuedToComputer -like “WI_*” -and $_.IssueDate -lt “20140401000000.000000-000” -and $_.KeyPackId -ne 13 } | %{ $_.Revoke() }
gwmi -Class “Win32_TSIssuedLicense” -ComputerName asp01xalic | ?{ $_.sIssuedToComputer -like “WI_*” -and $_.IssueDate -lt “20140401000000.000000-000” -and $_.KeyPackId -ne 13 } | %{ $_.Revoke() }
#================================================================================================================================ # Script: Monitoring Publishing Server # Description: Script will monitor list of App-V publishing servers and send notification if number of packages has been changed # Author: Vojin Lekovic #================================================================================================================================ #Region Parameters #List of servers $Servers = […]
Leverage Citrix NetScaler and Cisco Nexus to build an elastic network that adapts to any business need. You?re invited to an exclusive event for networking professionals. Featuring practical insight from Citrix, our discussion will focus on five best practices for […]
The TechEdge training event started over 10 years ago as a small in-depth troubleshooting training event for our support holders. Last year ?the one day event was attended by over 400 plus end-users and partners.?The event is a great way […]
Webinar: XenDesktop & CloudPlatform; Better Together This one hour webinar will showcase the future of hosting virtual DaaS desktops and applications with Citrix.? You will get additional insight into the newest releases of CloudPlatform 4.3 and XenDesktop 7.5; built to […]
How to Maximize XenApp and XenDesktop Performance by Combining Citrix Director/ EdgeSight and eG Innovations Citrix XenApp and XenDesktop deliver significant benefits to enterprise and service providers by providing a unified solution for delivery of virtual desktops and applications on […]
$cred = Get-Credential -Message “Please enter your credentials” $password = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR($cred.Password)) $username = $cred.UserName $servers = “SERVER01”, “SERVER02”, “SERVER03”, “SERVER04″ $servers | %{ $server = $_.Trim() cmdkey /generic:TERMSRV/”$server” /user:”$username” /pass:”$password” | Out-Null mstsc /v:”$server” } $a = new-object -comobject wscript.shell […]
Get-QADUser -Disabled -SizeLimit 0 -LdapFilter “(&(objectCategory=user)(objectClass=user))” -DontUseDefaultIncludedProperties -IncludedProperties samaccountname, displayname, AccountExpires | select samaccountname, displayname, AccountExpires | Export-Csv -NoTypeInformation DisabledAccounts.csv ii DisabledAccounts.csv
Function GetManagerPermissions($Group,$Account) { return Get-QADPermission -Identity $Group -Account $Account -Property Member -Inherited:$false -ErrorAction SilentlyContinue | select -ExpandProperty Rights } Get-QADGroup -SizeLimit 0 -LdapFilter “(&(mail=*)(ManagedBy=*))” | select Name, @{n=’DLManager’;e={get-qaduser $_.ManagedBy | select -ExpandProperty mail}}, @{n=’Permissions’;e={GetManagerPermissions $_.SamAccountName $_.ManagedBy}} | Export-Csv -NoTypeInformation C:\Temp\ManagedGroups.csv […]
An?Avalon?release to provide Service Providers and Enterprise Early Adopters with the ability to?Provision Desktops and Apps?into Amazon EC2 and CloudPlatform Clouds using Citrix Studio. New?Citrix XenApp 7.5?makes it simple to deliver any Windows app to an increasingly mobile workforce, while […]