Switch to DuckDuckGo Search
   March 26, 2019  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:04:46] *** cwegener <cwegener!~cwegener@120.17.205.116> has joined #Citrix
[00:22:14] *** braynyac <braynyac!uid6699@gateway/web/irccloud.com/x-tjrvrbhwdljoyapu> has quit IRC (Quit: Connection closed for inactivity)
[00:28:14] *** hirogen <hirogen!hirogen@94.0.164.112> has quit IRC (Read error: Connection reset by peer)
[05:06:22] *** kahnibus <kahnibus!~Alex@129.3.29.171> has quit IRC (Ping timeout: 250 seconds)
[06:04:11] *** cwegener <cwegener!~cwegener@120.17.205.116> has quit IRC (Read error: Connection reset by peer)
[06:04:53] *** cwegener <cwegener!~cwegener@120.17.205.116> has joined #Citrix
[06:35:19] *** cwegener <cwegener!~cwegener@120.17.205.116> has quit IRC (Quit: WeeChat 2.4)
[10:11:54] *** DotHack <DotHack!~lars@static-40-206-112-80.thenetworkfactory.nl> has joined #Citrix
[13:01:13] *** braynyac <braynyac!uid6699@gateway/web/irccloud.com/x-zpgqhmgiydgjgqyh> has joined #Citrix
[13:33:54] <cs-bot> <david62277> @uncon Looks like I have 5 slacks running using around 562MB of memory. I have 32GB so I'm not worried :slightly_smiling_face:
[13:54:34] <braynyac> morning
[14:04:08] <hardlock> the management joined. look busy.
[14:05:00] <hardlock> https://thoughtcatalog.com/tamara-jenkins/2014/01/10-easy-ways-to-look-busy-at-work/
[14:27:46] <tabularasa> morning peeps
[14:28:40] <braynyac> hahahahaha. It's OK - I wouldn't know what work looked like if it kicked me!
[14:31:51] <tabularasa> heh, nice
[14:38:40] <braynyac> welp, now that Chrome is rolled out, need to script the unpinning of IE everywhere...ugggghhhh
[14:38:50] <tabularasa> haha
[14:38:53] <tabularasa> nothing's easy
[14:38:57] <braynyac> "I don't have Chrome!"
[14:39:05] <braynyac> watches session recording, sees user in Chrome
[14:39:05] <tabularasa> oh, i know... LOL
[14:45:25] <paradizelost> they just have "internet"
[14:47:01] <braynyac> I think we should rebrand it...
[14:47:15] <paradizelost> just wait until the new chromium based ms browser comes out
[14:50:51] <braynyac> Yeah, right as we're getting ready to roll out Server 2016. Great
[15:10:33] *** BobFrankly <BobFrankly!~IceChat77@unaffiliated/bobfrankly> has joined #Citrix
[15:35:40] <Biny> uncon: yeah same (weechat vs slack)
[15:41:29] <tabularasa> i'm trying to roll out some 2019 for OneDrive FOD
[15:50:34] *** Thuryn <Thuryn!~Thuryn@216.106.72.146.reverse.socket.net> has joined #Citrix
[15:55:40] <cs-bot> <david62277> braynyac let me look through my scripts... i have an unpinner
[15:58:26] <cs-bot> <david62277> braynyac - you could use fslogix masking to hide the shortcuts...
[16:15:35] <cs-bot> <david62277> This will unpin IE from the taskbar, and delete the shortcut from the desktop if it exists
[16:15:56] <cs-bot> <david62277> if you cant see that in IRC chat let me know and I'll put it on pastebin
[16:16:02] <tabularasa> :)
[16:16:28] <tabularasa> wish there was some kind of slackbot that would take pictures posted in slack, then auto upload them to imgur and post them
[16:16:31] <tabularasa> that would be amazing
[16:21:40] <cs-bot> <david62277> $WshShell = New-Object -comObject WScript.Shell $shell = New-Object -ComObject "shell.application" $desktop = [environment]::GetFolderPath("Desktop") $pinnedbar = Join-Path $env:appdata "microsoft\internet explorer\quick launch\user pinned\taskbar" (gci $desktop *.lnk).FullName | %{ $shortcutpath = $WshShell.CreateShortcut($_).targetpath if ($shortcutpath -eq "C:\Program Files\Internet Explorer\iexplore.exe") { ri $_ } } if ((Test-Path
[16:21:40] <cs-bot> $pinnedbar) -eq $true -and (gci $pinnedbar *.lnk) -ne $null) { (gci -path $pinnedbar\* -Include *.lnk -Exclude "file explorer.lnk").fullname | %{ $shortcutpath = $WshShell.CreateShortcut($_).targetpath if ($shortcutpath -eq "C:\Program Files\Internet Explorer\iexplore.exe") { $parent = Split-Path $_ -Parent $leaf = Split-Path $_ -Leaf $folder = $shell.NameSpace("$parent") $item = $folder.parsename("$leaf") $item.invokeverb('taskbarunpin')
[16:21:41] <cs-bot> } } }
[16:21:50] <cs-bot> <david62277> that show up ok in irc?
[16:22:47] <tabularasa> terribly
[16:25:03] <cs-bot> <david62277> https://pastebin.com/EjiSgwLa
[16:26:04] <cs-bot> <david62277> apparently removing pinned items from the start menu has changed in windows 10 vs windows 7 will have to research it a bit
[16:26:22] <cs-bot> <david62277> i tested that on windows 10, works
[16:26:35] <cs-bot> <david62277> so will clean the desktop and taskbar
[16:27:12] <tabularasa> nice
[16:27:36] <tabularasa> man, wish i could hire you for some devops here.
[16:31:23] <cs-bot> <david62277> ;) found it... sec will update the post
[16:31:53] <cs-bot> <david62277> updated
[16:32:06] <cs-bot> <david62277> @tabularasa what do you need?
[16:32:22] <cs-bot> <david62277> i can do damn near anything with powershell
[16:32:34] <cs-bot> <david62277> brb
[16:33:04] <tabularasa> i need better manament of $stuff across all my tenants.
[16:59:15] <cs-bot> <david62277> azure stuff?
[17:09:37] <tabularasa> that + everything man
[17:10:06] <tabularasa> we have 85 different enviornments. i need a way to MANAGE them.. is "x" set? which customers are missing this setting? Let's push it out, etc etc
[17:12:52] <Biny> ew
[17:13:00] <Biny> we got the approval for controlup \o/
[17:13:43] <tabularasa> nice
[17:18:33] <Biny> braynyac: "top Insights" chart on insights is pretty amazing
[17:18:44] <Biny> discovered we have a ton of crashdump crap enabled yet
[17:23:06] *** evilman_work <evilman_work!~evilman@87.244.6.228> has quit IRC ()
[17:31:12] *** DotHack <DotHack!~lars@static-40-206-112-80.thenetworkfactory.nl> has quit IRC (Quit: Leaving)
[17:35:57] *** guideX <guideX!~guideX@unaffiliated/guidex> has left #Citrix
[17:58:00] <cs-bot> <david62277> ControlUp rocks
[17:58:25] <cs-bot> <david62277> tabularasa actually ControlUp may be a solution for you too
[17:58:43] <tabularasa> i like controlup
[17:58:57] <tabularasa> their licensing model makes it unaffordable for us
[18:00:31] <cs-bot> <david62277> charge your customers more to cover the cost ;)
[18:01:22] <tabularasa> :)
[18:25:01] <Biny> eh its not too bad
[18:25:12] <Biny> we're getting 400 licenses for ~$5400/year
[18:27:16] <tabularasa> the way their licensing worked, it was like 10k/month or something for us
[18:28:59] <Biny> hmm either they didnt show that model to us or they changed it
[18:29:13] <Biny> its by named user, or, minimum of 1 per server running the agent
[18:29:23] <tabularasa> we have like 600 servers and 3500 users
[18:48:18] <Biny> https://techcrunch.com/2019/03/25/apples-new-sesame-street-themed-tv-show-will-teach-kids-coding-basics/
[18:48:26] <Biny> one error, ah ha ah!
[18:55:16] <tabularasa> Can you add an XDC to a farm that's a different OS? Then retire the older OS one?
[18:55:19] <tabularasa> will that even work?
[18:55:46] <tabularasa> like, add a controller to a site, then remove a controller from a site, that's different IS?
[18:55:50] <tabularasa> OS, even
[18:57:47] *** evilman_work <evilman_work!~evilman@87.244.6.228> has joined #Citrix
[19:22:23] <Biny> anyone ever see explorer do this? https://i.imgur.com/VARQ2Rp.png
[19:22:57] * Biny master of finding weird shit
[19:23:13] <tabularasa> what's it doing?
[19:23:18] <BobFrankly> s/finding/causing
[19:23:25] <tabularasa> haha
[19:23:51] <BobFrankly> looks like it's biny'd up
[19:24:04] <Biny> the extra row
[19:24:06] <Biny> at the top
[19:24:52] <tabularasa> oh
[19:28:22] *** kahnibus <kahnibus!~Alex@129.3.29.171> has joined #Citrix
[19:45:29] <Biny> anyone familiar with citrix sd-wan? we're implemenitng some form of sd-wan, just too many solutions out there
[19:50:47] <tabularasa> in what regards?
[19:50:57] <tabularasa> i know what it is and i know what it does.. (mostly)
[19:51:54] <Biny> ha
[19:52:03] <Biny> well, we are looking to implement some form of sd-wan, looked at fe woptions
[19:52:09] <Biny> have a call in 8 min with citrix to hear about theirs
[19:52:14] <Biny> just wondering what people are using if anything
[19:52:22] <tabularasa> what problem are you trying to solve?
[19:52:31] <Biny> DR/HA
[19:52:35] <Biny> with isps
[19:52:42] <Biny> palo alto kind of sucks for dual ISPs
[19:52:49] <tabularasa> so, just the basic old, link a couple ISPs together
[19:52:50] <Biny> so we're looking to aggregate our two wans
[19:52:51] <Biny> yep
[19:53:05] <tabularasa> just get something that can do "per-packet" based load balancing, and NOT per-flow
[19:53:08] <tabularasa> would be my only recommendation
[19:53:17] <tabularasa> most of the platforms can do that decently well
[19:53:23] <tabularasa> i think the Citrix offering is decent, for sure
[19:53:34] <tabularasa> the Citrix networking teams all seem to be doing a good job
[19:53:38] <tabularasa> except for uncon
[19:53:42] * tabularasa hides
[19:53:50] <Biny> lol
[19:54:09] <Biny> we've looked at FatPipe and ... i got 1 hour of a guy spouting sales jargon at me
[19:54:28] <Biny> i feel like this citrix call in 5min is going to be salesy again too
[19:55:43] <cs-bot> <ncasagrande> dumb question, how i can install hp universal drivers in my gold image without actually installing a printer?
[19:55:54] <tabularasa> you can
[19:56:24] <cs-bot> <ncasagrande> can or cant?
[19:56:40] <tabularasa> can
[19:56:49] <tabularasa> you can install the driver without installing a printer
[19:57:19] <cs-bot> <ncasagrande> ahh got it, duh!!!
[19:57:57] <tabularasa> :)
[19:58:31] <Biny> hello i am printer
[19:58:33] <Biny> pls install
[20:01:29] <Biny> citrix guy was like, oh good we have enough on the call for quorum
[20:01:30] <Biny> :wat:
[20:06:29] <Biny> ha they just told us we don't need sd-wan
[20:07:31] <hardlock> anyone knows if Citrix has pulled the HDX 2.8 plugin?
[20:07:32] <hardlock> https://www.citrix.com/downloads/citrix-virtual-apps-and-desktops/components/hdx-realtime-optimization-pack-28.html
[20:07:42] <tabularasa> Biny: why?
[20:07:42] <hardlock> was released yesterday, but no download available
[20:08:30] <tabularasa> i can't get there
[20:09:05] <Biny> tabularasa: because we dont have any remote sites
[20:09:33] <tabularasa> oh
[20:09:39] <tabularasa> you just need BGP then....
[20:10:38] <Biny> they just told us to use our netscalers instead :P
[20:10:46] <Biny> which is what i suggested prior to our director looking at them /shrug
[20:10:49] <tabularasa> yeah, you could do that too
[20:11:46] <braynyac> Thanks David62277 - we'll be working on that script shortly. Have to implement on all logins, yay.
[20:12:07] <braynyac> Biny: Glad you're getting good info out of CU! We use ours ALL THE TIME.
[20:14:32] <braynyac> Welp, vendor matrix makes the final decision! 2016 on 7.15 LTSR. No CR for us =(
[20:15:31] <Biny> t.t
[20:15:48] <Biny> you can't run into fun problems with short term releases!
[20:15:57] <Biny> 1811 for example, randomly disconnects our users :P
[20:17:46] <cs-bot> <ncasagrande> anyone using clearcube for thin clients? they got a neat competitor to the ncomputing rxhdx with dual display
[20:19:21] <tabularasa> next LTSR will be out very soon
[20:21:04] <braynyac> Yeah, but our app won't support it for another 6-9 months, and even then, we will have to perform an app upgrade (it's medical records), and that isn't going to happen.
[20:56:23] <braynyac> Thursday is the day! Migrating from Web Interface to StoreFront!!!!!
[20:56:32] <braynyac> Our users are going to be so confused
[20:57:55] <braynyac> SCORE! New licenses for FSLogix just came through =)
[21:01:45] <tabularasa> nice. my email is still out
[21:09:52] <cs-bot> <ncasagrande> where the licenses in your MS portal?
[21:12:47] <braynyac> No - not yet. Looks like full release will be some months out yet. Current FSL customer, emailed my renewal guy.
[21:15:13] <cs-bot> <ncasagrande> ah ok
[21:15:18] <cs-bot> <ncasagrande> waiting for my entitlements
[21:45:55] *** paradizelost <paradizelost!~paradizel@216.16.108.133> has quit IRC (Quit: The Lounge - https://thelounge.github.io)
[21:58:03] <Biny> hmm. fslogix - office licensing (o365)
[21:58:14] <Biny> i have mine 'disabled' in the config to not include in the container, but still hvaing licensing problems
[22:07:55] *** Thuryn <Thuryn!~Thuryn@216.106.72.146.reverse.socket.net> has quit IRC (Quit: Leaving)
[22:16:25] <Biny> ah roaming licensing funstuff
[23:07:26] <|Atum|> Speaking of licensing...
[23:07:53] <|Atum|> RDS Licensing server. got a new 2016 server, activated it, put cals on, put gpo to point at it (per-user...) all looks good but getting the grace popups
[23:08:07] <|Atum|> RDS lic server added to the RDP Licensing servers group in ad...
[23:08:18] <|Atum|> Anything I'm missing?
[23:11:11] <BobFrankly> firewall blocking ?
[23:11:15] * BobFrankly shurgs
top

   March 26, 2019  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >