I don’t understand Threads at all. It’s a social media site that you can add friends to but has 0 ability to see what your friends have posted besides going to each individual profile. How the hell was that overlooked but there’s a whole algorithm to show you what’s trending and what your friends have …
Category Archives: Uncategorized
Fart jokes are always funny.
pfSense on Hyper-V running slow?
Obviously I switched back to Hyper-V but my environment is built for 2gig internet. Speedtests were south of 1meg… So on each Hyper-V host I ran this powershell command for each external vmswitch to clear it up.. Set-VMSwitch -Name “The switch name” -EnableSoftwareRsc $false Like Set-VMSwitch -Name External -EnableSoftwareRsc $falseSet-VMSwitch -Name Bridge -EnableSoftwareRsc $false
Exchange Online easy forward rule
A really basic single line way to create new mail flow email redirection with Exchange Online, probably onprem too. The to address can be internal or external and there will be an alert that the rule has been created. From your favorite Exchange CLI. I personally like from the Azure portal open the CLI and …
Exchange Online mailbox too big?
Patience is important, messages might not start vanishing for a few hours but quota is freed up. Hoping you have Exchange Online Plan 2 license so you really have the over 50 GB available. Set-Mailbox thebigbox@windrammer.net -ProhibitSendQuota 98GB -ProhibitSendReceiveQuota 99GB -IssueWarningQuota 97GB Clean up things? Again, it may take a few hours to see the …
Work From Home Companies
VMWare – https://careers.vmware.com/main/ HomeDepot – https://hdsupply.jobs/us/en Amazon – https://amazon.jobs/en/ Wells Fargo – https://www.wellsfargo.com/about/careers ADP – https://jobs.adp.com/ SAP – https://www.sap.com/career CVS – https://jobs.cvshealth.com/ USDA – https://www.usda.gov/our-agency/careers A Place For Mom – https://www.aplaceformom.com/about/careers
Talk to people
Seriously. Say what you need to say. You can do it.
Functional level too low for catalog
Right now with Citrix Cloud it has an agent that runs on the system, called the VDA, there are VDA versions 1811, 2003 and 2106. In the past when publishing the a new image I could safely update that from 1811 to 2003 then there was no affect on the running systems until the reboot …
Move an Appliance Disk to Azure
This process for making a Hyper-V based appliance disk images work in Azure. This has been used several times for Linux based appliance. ESXi network configurations work different and don’t transfer correctly to Azure, always go for Hyper-V images. Boot up VM, enable remote settings and remove Hyper-V agents. Using Hyper-V disk manager convert whatever …
Squeeze a little break between Exchange calendar meetings
Set-OrganizationConfig -ShortenEventScopeDefault 2 -DefaultMinutesToReduceLongEventsBy 5 These are set using the Set-OrganizationConfig setting. The three new properties are ShortenEventScopeDefault, DefaultMinutesToReduceShortEventsBy and DefaultMinutesToReduceLongEventsBy. You turn on the reduced length meetings by setting ShortenEventScopeDefault to 0, 1 or 2 where 0 is the default and meetings are not shortened and 1 means to end meetings early and 2 …
Continue reading “Squeeze a little break between Exchange calendar meetings”